[PATCH] ignore a few more files

Mike Frysinger vapier at gentoo.org
Thu Jan 2 11:17:56 UTC 2014


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore | 30 ++++++++++++++++++++++++++++++
 ChangeLog  |  4 ++++
 2 files changed, 34 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1eda00b..74761a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
 *.pot
 *.rej
 *.so
+*.so.[0-9]
 */Makefile.in
 *~
 .#*
@@ -21,6 +22,7 @@ Makefile.in
 aclocal.m4
 autom4te.*
 backends/*.map
+config.cache
 config.h
 config.h.in
 config.log
@@ -36,7 +38,35 @@ config/ylwrap
 configure
 elfutils.spec
 libcpu/*_dis.h
+libcpu/*_gendis
+libcpu/*_lex.c
+libcpu/*_parse.[ch]
+libcpu/*.mnemonics
 libdw/known-dwarf.h
+po/POTFILES
 po/en at boldquot.po
+po/en at boldquot.insert-header
 po/en at quot.po
+po/en at quot.insert-header
+po/stamp-po
+po/remove-potcdate.sed
+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/strings
+src/strip
+src/unstrip
 stamp-h1
+/version.h
diff --git a/ChangeLog b/ChangeLog
index a0ce570..805cf66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-02  Mike Frysinger  <vapier at gentoo.org>
+
+	* .gitignore: Add more generated files.
+
 2013-12-20  Mark Wielaard  <mjw at redhat.com>
 
 	* NEWS (libdwfl): Add dwfl_getthread_frames.
-- 
1.8.4.3



More information about the elfutils-devel mailing list