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:
Enze Li 2023-06-09 09:37:04 +08:00 committed by Karel Zak
parent c9fbfd99ad
commit b5fc1d120e

2
.gitignore vendored
View file

@ -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