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@xxxxxxxxxx> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 456811ac6..f727ec16a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- 2.34.1