diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-10-08 14:58:24 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-10-08 14:58:24 -0700 |
commit | df63ac9a98c585ff96da8c693c315edeae607485 (patch) | |
tree | 9a9b8b5c018eab63c3e8648c22aa217af1fa71e2 /.gitignore | |
parent | 8d1e297a883c35eae53914a1739fdf0bfb590a6e (diff) | |
download | elfutils-df63ac9a98c585ff96da8c693c315edeae607485.tar.gz |
Ignore files generated by building in the source directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 20 insertions, 12 deletions
@@ -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 |