diff options
author | Elvira Khabirova <lineprinter0@gmail.com> | 2016-06-06 03:24:19 +0300 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-06-06 18:07:04 +0000 |
commit | 2d2f0a799881b2eb61e6fdd52a2362a214a8158d (patch) | |
tree | 8671b898eda7cf7d864c90129fe3fb8e2ed906ac /.gitignore | |
parent | 3f0c68b05e6348619d19801caba10c6ed8eeed1d (diff) | |
download | strace-2d2f0a799881b2eb61e6fdd52a2362a214a8158d.tar.gz |
.gitignore: add missing files that should be ignored
* .gitignore: Add ioctl_redefs[12].h and libstrace.a.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ea71d74d2..f407a1766 100644 --- a/.gitignore +++ b/.gitignore @@ -24,11 +24,13 @@ /configure /depcomp /install-sh +/ioctl_redefs[12].h /ioctlent[012].h /ioctls_all[012].h /ioctlsort[012] /libmpers-m32.a /libmpers-mx32.a +/libstrace.a /m32_funcs.h /m32_printer_decls.h /m32_printer_defs.h |