From df63ac9a98c585ff96da8c693c315edeae607485 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Oct 2011 14:58:24 -0700 Subject: Ignore files generated by building in the source directory. --- .gitignore | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc1bae8e..ec4faee8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,30 @@ -*~ #* *# -.#* -=* -.glimpse_* -autom4te.* -*.o -*.so *.a +*.gmo +*.o *.orig +*.os *.patch +*.pot *.rej -Makefile.in +*.so */Makefile.in -aclocal.m4 +*~ +.#* +.deps +.glimpse_* +=* INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.* +backends/*.map +config.h config.h.in +config.log +config.status config/config.guess config/config.sub config/depcomp @@ -24,8 +33,7 @@ config/missing config/ylwrap configure elfutils.spec -*.pot -*.gmo +libdw/known-dwarf.h po/en@boldquot.po po/en@quot.po -libdw/known-dwarf.h +stamp-h1 -- cgit v1.2.1