From 9f22c3e1e86e68500ead0cc664869da2b4af7c12 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 10 Oct 2007 11:59:14 +0100 Subject: Bring .gitignore files up to date; add *.o, *~ etc. to top-level .gitignore CVS ignores these automatically, so they weren't in the .cvsignore when Ryan converted the repository. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f36c2ddf..b7d368cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,19 @@ +*.orig +*.rej +*.o +*~ +compile +config.cache config.log config.status config.sub configure +depcomp *.pc +install-sh libtool ltmain.sh +missing stamp-h1 stamp-h stamp-h.in -- cgit