mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 04:08:13 +02:00
Ignore generated files.
I know that I didn't create these Makefile.win32.features files, so I assume that they are the result of Behdad's build magic and that he just forgot to add them to .gitignore.
This commit is contained in:
parent
06594abc6b
commit
9335ad313f
3 changed files with 6 additions and 0 deletions
2
boilerplate/.gitignore
vendored
2
boilerplate/.gitignore
vendored
|
|
@ -3,7 +3,9 @@ tags
|
|||
Makefile
|
||||
Makefile.in
|
||||
Makefile.am.config
|
||||
Makefile.am.features
|
||||
Makefile.win32.config
|
||||
Makefile.win32.features
|
||||
*.lo
|
||||
*.la
|
||||
*.exe
|
||||
|
|
|
|||
2
build/.gitignore
vendored
2
build/.gitignore
vendored
|
|
@ -6,3 +6,5 @@ install-sh
|
|||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
Makefile.win32.features
|
||||
Makefile.win32.features-h
|
||||
|
|
|
|||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
|
@ -3,7 +3,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
Makefile.am.config
|
||||
Makefile.am.features
|
||||
Makefile.win32.config
|
||||
Makefile.win32.features
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue