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
autom4te.cache
cairo.pc
compile
config.cache
config.guess
config.h
@ -11,10 +12,13 @@ config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
releases
stamp-h
stamp-h1
stamp-h.in
*~

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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