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
You only need those if you are building in the source directory, which is an insane thing ever to do. But they don't do any harm.
On Sat, Oct 8, 2011 at 17:56, Roland McGrath roland@hack.frob.com wrote:
You only need those if you are building in the source directory, which is an insane thing ever to do.
Which is why this should be prevented instead of aiding people who do stupid things.
elfutils-devel@lists.fedorahosted.org