From 82dd2d8281aa00967032f4e6cdb0d23259c7671e Mon Sep 17 00:00:00 2001 From: Elvira Khabirova Date: Mon, 14 Sep 2020 20:43:03 +0300 Subject: .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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1