Rename .cvsignore to .gitignore. Add *~ and *.o.

This commit is contained in:
Carl Worth 2006-02-15 15:00:26 -08:00
parent f4270b3dfc
commit d88c19071f
10 changed files with 19 additions and 3 deletions

View file

@ -3,6 +3,7 @@ Makefile.in
aclocal.m4 aclocal.m4
autom4te.cache autom4te.cache
cairo.pc cairo.pc
compile
config.cache config.cache
config.guess config.guess
config.h config.h
@ -11,10 +12,13 @@ config.log
config.status config.status
config.sub config.sub
configure configure
depcomp
install-sh
libtool libtool
ltmain.sh ltmain.sh
missing
releases releases
stamp-h stamp-h
stamp-h1 stamp-h1
stamp-h.in stamp-h.in
*~

View file

@ -1,2 +1,3 @@
Makefile Makefile
Makefile.in Makefile.in
*~

View file

@ -14,3 +14,4 @@ cairo.signals
html html
xml xml
version.xml version.xml
*~

View file

@ -1 +1,3 @@
cairo-unused.sgml cairo-unused.sgml
*.bak
*~

View file

@ -4,4 +4,4 @@ tutorial-???.svg
tutorial-index.xml tutorial-index.xml
tutorial.pdf tutorial.pdf
index.html index.html
*~

View file

@ -4,4 +4,5 @@
*-xlib *-xlib
*.pdf *.pdf
*.png *.png
*.o
*~

View file

@ -17,3 +17,4 @@ releases
stamp-h stamp-h
stamp-h.in stamp-h.in
stamp-h1 stamp-h1
*~

View file

@ -6,3 +6,5 @@ Makefile.in
*.lo *.lo
.libs .libs
.deps .deps
*.o
*~

View file

@ -9,3 +9,5 @@ Makefile.in
*.loT *.loT
cairo-features.h cairo-features.h
cairo.def cairo.def
*.o
*~

View file

@ -112,3 +112,5 @@ xlib-surface
*.la *.la
*.lo *.lo
*.log *.log
*.o
*~