add .log files to .gitignore
The GNU Boot build system produces these log files, which should not appear in Git history, so put them in .gitignore. Signed-off-by: Leah Rowe <info@minifree.org>
This commit is contained in:
parent
8c7114e042
commit
4a3b2a416a
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -36,3 +36,4 @@
|
|||
/versiondate
|
||||
/util/dell-flash-unlock/dell_flash_unlock
|
||||
*.vim
|
||||
*.log
|
||||
|
|
Loading…
Reference in a new issue