From: Enze Li Date: Fri, 9 Jun 2023 01:37:04 +0000 (+0800) Subject: build-sys: add enosys and syscalls.h to gitignore X-Git-Tag: v2.40-rc1~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5fc1d120e6b2db9b1dcd198d73ab4616741d9f9;p=thirdparty%2Futil-linux.git 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 --- diff --git a/.gitignore b/.gitignore index 456811ac69..f727ec16a6 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