mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 16:20:09 +01:00
Rename .cvsignore to .gitignore. Add *~ and *.o.
This commit is contained in:
parent
f4270b3dfc
commit
d88c19071f
10 changed files with 19 additions and 3 deletions
6
.cvsignore → .gitignore
vendored
6
.cvsignore → .gitignore
vendored
|
|
@ -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
|
||||||
|
*~
|
||||||
1
doc/.cvsignore → doc/.gitignore
vendored
1
doc/.cvsignore → doc/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
*~
|
||||||
|
|
@ -14,3 +14,4 @@ cairo.signals
|
||||||
html
|
html
|
||||||
xml
|
xml
|
||||||
version.xml
|
version.xml
|
||||||
|
*~
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
cairo-unused.sgml
|
cairo-unused.sgml
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
|
|
@ -4,4 +4,4 @@ tutorial-???.svg
|
||||||
tutorial-index.xml
|
tutorial-index.xml
|
||||||
tutorial.pdf
|
tutorial.pdf
|
||||||
index.html
|
index.html
|
||||||
|
*~
|
||||||
|
|
@ -4,4 +4,5 @@
|
||||||
*-xlib
|
*-xlib
|
||||||
*.pdf
|
*.pdf
|
||||||
*.png
|
*.png
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
1
pixman/.cvsignore → pixman/.gitignore
vendored
1
pixman/.cvsignore → pixman/.gitignore
vendored
|
|
@ -17,3 +17,4 @@ releases
|
||||||
stamp-h
|
stamp-h
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
*~
|
||||||
|
|
@ -6,3 +6,5 @@ Makefile.in
|
||||||
*.lo
|
*.lo
|
||||||
.libs
|
.libs
|
||||||
.deps
|
.deps
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
2
src/.cvsignore → src/.gitignore
vendored
2
src/.cvsignore → src/.gitignore
vendored
|
|
@ -9,3 +9,5 @@ Makefile.in
|
||||||
*.loT
|
*.loT
|
||||||
cairo-features.h
|
cairo-features.h
|
||||||
cairo.def
|
cairo.def
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
2
test/.cvsignore → test/.gitignore
vendored
2
test/.cvsignore → test/.gitignore
vendored
|
|
@ -112,3 +112,5 @@ xlib-surface
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.log
|
*.log
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
Loading…
Add table
Reference in a new issue