update .gitignore

- generalize *.pc for libwebp(mux|demux)
- add auto-generated mkinstalldirs

Change-Id: I7543209722d6b64830fa61f88eccf54165920cc4
This commit is contained in:
James Zern 2014-01-23 19:35:28 -08:00
parent 5bf4255af4
commit 2d2fc37d98
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.l[ao] *.l[ao]
*.[ao] *.[ao]
*.pc
.deps .deps
.libs .libs
/aclocal.m4 /aclocal.m4
@ -14,6 +15,7 @@
/libtool /libtool
/ltmain.sh /ltmain.sh
/missing /missing
/mkinstalldirs
/stamp-h1 /stamp-h1
Makefile Makefile
Makefile.in Makefile.in

1
src/.gitignore vendored
View File

@ -1 +0,0 @@
/*.pc