diff options
author | Carl Worth <cworth@raht.cworth.org> | 2006-02-15 15:00:26 -0800 |
---|---|---|
committer | Carl Worth <cworth@raht.cworth.org> | 2006-02-15 15:00:26 -0800 |
commit | d88c19071f6748b190cb17e6724b67705863a9b0 (patch) | |
tree | 4ec4d6e43534d3daf1cbd9fb2785bcde73c2fd50 /.gitignore | |
parent | f4270b3dfc5e6905c58adb2f6b5d9a049dc616fa (diff) |
Rename .cvsignore to .gitignore. Add *~ and *.o.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
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 +*~ |