build-sys: add enosys and syscalls.h to gitignore
After compiling enosys, the syscalls.h file and the executable enosys are generated, let's add these two files to the .gitignore file. Signed-off-by: Enze Li <lienze@kylinos.cn>
This commit is contained in:
parent
c9fbfd99ad
commit
b5fc1d120e
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -62,6 +62,7 @@ mkinstalldirs
|
|||
stamp-h
|
||||
stamp-h.in
|
||||
stamp-h1
|
||||
syscalls.h
|
||||
tags
|
||||
test-suite.log
|
||||
tests/run.sh.log
|
||||
|
@ -96,6 +97,7 @@ ylwrap
|
|||
/delpart
|
||||
/dmesg
|
||||
/eject
|
||||
/enosys
|
||||
/fadvise
|
||||
/fallocate
|
||||
/fdformat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue