diff options
author | Elvira Khabirova <lineprinter0@gmail.com> | 2020-09-14 20:43:03 +0300 |
---|---|---|
committer | Elvira Khabirova <lineprinter0@gmail.com> | 2020-09-14 20:43:03 +0300 |
commit | 82dd2d8281aa00967032f4e6cdb0d23259c7671e (patch) | |
tree | bddf2223c348c798a512bbebc5a8e3a940bdc606 /.gitignore | |
parent | 8077af8188288f172a7548f5bc213697232f852d (diff) | |
download | strace-82dd2d8281aa00967032f4e6cdb0d23259c7671e.tar.gz |
.gitignore: add missing files that should be ignored
ar-lib is an autotools helper script.
tags, TAGS, cscope.* and ncscope.* are files generated by ctags and cscope,
source code analysers and navigation tools.
* .gitignore: Add /ar-lib, /cscope.*, /ncscope.*, /tags and /TAGS.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f80fbaee..3149b01d1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,9 @@ /ChangeLog /INSTALL /README +/TAGS /aclocal.m4 +/ar-lib /autom4te.cache /bpf_attr_check.c /compile @@ -26,6 +28,7 @@ /config.status /config.sub /configure +/cscope.* /depcomp /gnu /install-sh @@ -55,6 +58,7 @@ /mx32_type_defs.h /native_printer_decls.h /native_printer_defs.h +/ncscope.* /printers.h /scno.h /sen.h @@ -68,6 +72,7 @@ /strace.spec /sys_func.h /syscallent.i +/tags /test-driver /tests-m32 /tests-mx32 |