mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 02:20:16 +01:00
Update .gitignore
Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
This commit is contained in:
parent
7ff95c7230
commit
3a3fb0031d
5 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,6 +25,7 @@ stamp-h
|
|||
stamp-h1
|
||||
stamp-h.in
|
||||
*~
|
||||
.*.sw?
|
||||
*.la
|
||||
*.lo
|
||||
*.orig
|
||||
|
|
|
|||
4
boilerplate/.gitignore
vendored
4
boilerplate/.gitignore
vendored
|
|
@ -3,8 +3,12 @@
|
|||
*.exe
|
||||
*.manifest
|
||||
*.o
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.obj
|
||||
*.ilk
|
||||
*.suo
|
||||
*.lib
|
||||
*.pdb
|
||||
*~
|
||||
.*.sw?
|
||||
|
|
|
|||
4
perf/.gitignore
vendored
4
perf/.gitignore
vendored
|
|
@ -2,6 +2,8 @@ cairo-perf
|
|||
cairo-perf-diff-files
|
||||
index.html
|
||||
*.o
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.exe
|
||||
*.manifest
|
||||
*.obj
|
||||
|
|
@ -9,3 +11,5 @@ index.html
|
|||
*.suo
|
||||
*.lib
|
||||
*.pdb
|
||||
*~
|
||||
.*.sw?
|
||||
|
|
|
|||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -19,4 +19,5 @@ cairo.def
|
|||
*.exp
|
||||
*.lib
|
||||
*~
|
||||
.*.sw?
|
||||
TAGS
|
||||
|
|
|
|||
3
test/.gitignore
vendored
3
test/.gitignore
vendored
|
|
@ -124,6 +124,7 @@ set-source
|
|||
show-glyphs-many
|
||||
show-text-current-point
|
||||
skew-extreme
|
||||
solid-pattern-cache-stress
|
||||
source-clip
|
||||
source-clip-scale
|
||||
source-surface-scale-paint
|
||||
|
|
@ -155,6 +156,7 @@ valgrind-log
|
|||
*-out.svg
|
||||
*-diff.png
|
||||
*.manifest
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.exe
|
||||
*.obj
|
||||
|
|
@ -166,3 +168,4 @@ valgrind-log
|
|||
*.suo
|
||||
*.o
|
||||
*~
|
||||
.*.sw?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue