From d88c19071f6748b190cb17e6724b67705863a9b0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 15 Feb 2006 15:00:26 -0800 Subject: Rename .cvsignore to .gitignore. Add *~ and *.o. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..aaa9f03b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +cairo.pc +compile +config.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +releases +stamp-h +stamp-h1 +stamp-h.in +*~ -- cgit v1.2.1