mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 22:18:29 +02:00
.gitignore: Ignore two generated files in build/
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
7bd68b5799
commit
28c3b92fb4
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,7 +8,6 @@ Makefile.in
|
|||
aclocal.m4
|
||||
autom4te.cache
|
||||
autoscan.log
|
||||
build/gtk-doc.m4
|
||||
config.cache
|
||||
config.h
|
||||
config.h.in
|
||||
|
|
|
|||
2
build/.gitignore
vendored
2
build/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
ar-lib
|
||||
compile
|
||||
config.guess
|
||||
config.sub
|
||||
|
|
@ -10,3 +11,4 @@ mkinstalldirs
|
|||
#Makefile.win32.features-h
|
||||
libtool.m4
|
||||
lt*.m4
|
||||
gtk-doc.m4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue