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] ignore more generated files


Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 .gitignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc1bae8..217b0f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,16 +6,22 @@
 .glimpse_*
 autom4te.*
 *.o
+*.os
 *.so
 *.a
 *.orig
 *.patch
 *.rej
+Makefile
 Makefile.in
 */Makefile.in
 aclocal.m4
 INSTALL
+config.h
 config.h.in
+config.log
+config.status
+backends/*.map
 config/config.guess
 config/config.sub
 config/depcomp
@@ -23,9 +29,11 @@ config/install-sh
 config/missing
 config/ylwrap
 configure
+stamp-h1
 elfutils.spec
 *.pot
 *.gmo
 po/en@boldquot.po
 po/en@quot.po
 libdw/known-dwarf.h
+.deps
-- 
1.7.6.1


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