This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2] ignore more generated files


Signed-off-by: Mike Frysinger <vapier@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@boldquot.insert-header
 /po/en@boldquot.po
+/po/en@quot.insert-header
 /po/en@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]