update gitignore

*.a, new examples and new automake-1.12 file (ar-lib)

Change-Id: I28d7bc59a2977a7c5959940936e3d13a71dd149c
(cherry picked from commit 3a15125d2f)
This commit is contained in:
James Zern 2013-04-05 14:51:02 -07:00
parent f4c7b6547b
commit 5568dbcfe6

7
.gitignore vendored
View File

@ -1,8 +1,9 @@
*.l[ao] *.l[ao]
*.o *.[ao]
.deps .deps
.libs .libs
/aclocal.m4 /aclocal.m4
/ar-lib
/autom4te.cache /autom4te.cache
/compile /compile
/config.* /config.*
@ -16,7 +17,9 @@
/stamp-h1 /stamp-h1
Makefile Makefile
Makefile.in Makefile.in
examples/[cd]webp examples/[cdv]webp
examples/gif2webp
examples/webpmux
/output /output
/doc/output /doc/output
*.idb *.idb