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

(cherry picked from d88c19071f commit)
This commit is contained in:
Carl Worth 2006-02-21 13:53:57 -08:00
parent 4dbb1500f9
commit 886bc4ddb0
10 changed files with 221 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -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
*~

3
doc/.gitignore vendored Normal file
View file

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

17
doc/public/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
*.stamp
Makefile
Makefile.in
cairo-decl-list.txt
cairo-decl.txt
cairo-docs.sgml
cairo-undocumented.txt
cairo-unused.txt
cairo.hierarchy
cairo.interfaces
cairo.prerequisites
cairo.args
cairo.signals
html
xml
version.xml
*~

3
doc/public/tmpl/.gitignore vendored Normal file
View file

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

7
doc/tutorial/slides/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
tutorial-???.html
tutorial-???.png
tutorial-???.svg
tutorial-index.xml
tutorial.pdf
index.html
*~

8
doc/tutorial/src/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
*-gtk
*-pdf
*-png
*-xlib
*.pdf
*.png
*.o
*~

20
pixman/.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
libpixman.pc
libtool
ltmain.sh
releases
stamp-h
stamp-h.in
stamp-h1
*~

10
pixman/src/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
Makefile
Makefile.in
*.gcda
*.gcno
*.la
*.lo
.libs
.deps
*.o
*~

13
src/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
.deps
.libs
Makefile
Makefile.in
*.gcda
*.gcno
*.la
*.lo
*.loT
cairo-features.h
cairo.def
*.o
*~

116
test/.gitignore vendored Normal file
View file

@ -0,0 +1,116 @@
.deps
.libs
Makefile
Makefile.in
a8-mask
caps-joins
caps-sub-paths
clip-all
clip-fill-rule
clip-fill-rule-pixel-aligned
clip-nesting
clip-operator
clip-twice
composite-integer-translate-source
composite-integer-translate-over
composite-integer-translate-over-repeat
coverage
create-from-png
create-from-png-stream
dash-caps-joins
dash-offset-negative
extend-reflect
fill-and-stroke
fill-rule
filter-nearest-offset
ft-font-create-for-ft-face
get-and-set
gradient-alpha
imagediff
leaky-polygon
line-width
linear-gradient
mask
mask-ctm
mask-surface-ctm
move-to-show-surface
multi-page
multi-page.pdf
multi-page.ps
nil-surface
operator-clear
operator-source
paint
paint-with-alpha
path-data
pdf2png
png-flatten
svg2png
svg-clip
svg-clip.svg
svg-surface
svg-surface.svg
pixman-rotate
pthread-show-text
rectangle-rounding-error
rel-path
scale-source-surface-paint
select-font-no-show-text
self-copy
self-intersecting
set-source
show-text-current-point
source-clip
source-surface-scale-paint
surface-finish-twice
surface-pattern
text-antialias-gray
text-antialias-none
text-antialias-subpixel
text-cache-crash
text-pattern
text-rotate
transforms
translate-show-surface
trap-clip
unantialiased-shapes
unbounded-operator
user-data
xlib-surface
*-image-out.png
*-image-argb32-out.png
*-image-rgb24-out.png
*-pdf-argb32-out.png
*-pdf-argb32-out.pdf
*-pdf-rgb24-out.png
*-pdf-rgb24-out.pdf
*-ps-argb32-out.png
*-ps-argb32-out.ps
*-ps-rgb24-out.png
*-ps-rgb24-out.ps
*-svg-argb32-out.png
*-svg-argb32-out.svg
*-test-fallback-argb32-out.png
*-test-fallback-rgb24-out.png
*-test-meta-argb32-out.png
*-test-meta-rgb24-out.png
*-test-paginated-argb32-out.png
*-test-paginated-rgb24-out.png
*-xcb-out.png
*-xcb-argb32-out.png
*-xcb-rgb24-out.png
*-xlib-out.png
*-xlib-argb32-out.png
*-xlib-rgb24-out.png
*-beos-rgb24-out.png
*-beos_bitmap-rgb24-out.png
*-beos_bitmap-argb32-out.png
*-glitz-glx-rgb24-out.png
*-glitz-glx-argb32-out.png
*-diff.png
*.gcno
*.la
*.lo
*.log
*.o
*~