mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 10:48:28 +02:00
Add win32 output files to gitignore
This commit is contained in:
parent
8a9b99e596
commit
a56b962428
5 changed files with 30 additions and 0 deletions
7
boilerplate/.gitignore
vendored
7
boilerplate/.gitignore
vendored
|
|
@ -1,2 +1,9 @@
|
|||
*.lo
|
||||
*.la
|
||||
*.exe
|
||||
*.manifest
|
||||
*.obj
|
||||
*.ilk
|
||||
*.suo
|
||||
*.lib
|
||||
*.pdb
|
||||
|
|
|
|||
7
perf/.gitignore
vendored
7
perf/.gitignore
vendored
|
|
@ -1,2 +1,9 @@
|
|||
cairo-perf
|
||||
*.o
|
||||
*.exe
|
||||
*.manifest
|
||||
*.obj
|
||||
*.ilk
|
||||
*.suo
|
||||
*.lib
|
||||
*.pdb
|
||||
|
|
|
|||
3
pixman/src/.gitignore
vendored
3
pixman/src/.gitignore
vendored
|
|
@ -6,5 +6,8 @@ Makefile.in
|
|||
*.lo
|
||||
.libs
|
||||
.deps
|
||||
*.obj
|
||||
*.lib
|
||||
*.pdb
|
||||
*.o
|
||||
*~
|
||||
|
|
|
|||
7
src/.gitignore
vendored
7
src/.gitignore
vendored
|
|
@ -11,5 +11,12 @@ Makefile.in
|
|||
cairo-features.h
|
||||
cairo.def
|
||||
*.o
|
||||
*.obj
|
||||
*.pdb
|
||||
*.dll
|
||||
*.manifest
|
||||
*.ilk
|
||||
*.exp
|
||||
*.lib
|
||||
*~
|
||||
TAGS
|
||||
|
|
|
|||
6
test/.gitignore
vendored
6
test/.gitignore
vendored
|
|
@ -128,9 +128,15 @@ valgrind-log
|
|||
*-out.ps
|
||||
*-out.svg
|
||||
*-diff.png
|
||||
*.manifest
|
||||
*.gcno
|
||||
*.exe
|
||||
*.obj
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.la
|
||||
*.lo
|
||||
*.log
|
||||
*.suo
|
||||
*.o
|
||||
*~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue