[PATCH v2] ignore more generated files

Mike Frysinger vapier at gentoo.org
Wed Jul 29 14:36:02 UTC 2015


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index dfd0c4a..a944762 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ Makefile.in
 /aclocal.m4
 /autom4te.*
 /backends/*.map
+/config.cache
 /config.h
 /config.h.in
 /config.log
@@ -37,18 +38,39 @@ Makefile.in
 /elfutils.spec
 /libcpu/*_dis.h
 /libcpu/*.mnemonics
-/libcpu/i386_gendis
-/libcpu/i386_lex.c
-/libcpu/i386_parse.c
-/libcpu/i386_parse.h
+/libcpu/*_gendis
+/libcpu/*_lex.c
+/libcpu/*_parse.[ch]
 /libdw/known-dwarf.h
 /po/*.gmo
 /po/*.pot
+/po/en at boldquot.insert-header
 /po/en at boldquot.po
+/po/en at quot.insert-header
 /po/en at quot.po
+/po/Makevars.template
+/po/POTFILES
+/po/remove-potcdate.sed
+/po/stamp-po
+/src/addr2line
+/src/ar
+/src/elfcmp
+/src/elflint
+/src/findtextrel
+/src/ld
 /src/ldlex.c
 /src/ldscript.c
 /src/ldscript.h
+/src/make-debug-archive
+/src/nm
+/src/objdump
+/src/ranlib
+/src/readelf
+/src/size
+/src/stack
+/src/strings
+/src/strip
+/src/unstrip
 /stamp-h1
 /tests/*.log
 /tests/*.trs
-- 
2.4.4



More information about the elfutils-devel mailing list