gitignore: Update .gitignore to make git status silent again

This commit is contained in:
Damien Lespiau 2011-05-06 16:23:13 +01:00
parent 8b4ee0964b
commit f02ec9fc46

5
.gitignore vendored
View File

@ -22,6 +22,9 @@ stamp-marshal
!/build/autotools/as-compiler-flag.m4 !/build/autotools/as-compiler-flag.m4
*.gir *.gir
*.typelib *.typelib
/cogl/cogl-defines.h
/cogl/cogl-enum-types.c
/cogl/cogl-enum-types.h
config.* config.*
configure configure
depcomp depcomp
@ -51,6 +54,8 @@ depcomp
/doc/reference/cogl-2.0/cogl-docs.xml /doc/reference/cogl-2.0/cogl-docs.xml
/doc/reference/cogl-2.0/*.stamp /doc/reference/cogl-2.0/*.stamp
/doc/reference/cogl-2.0/*.bak /doc/reference/cogl-2.0/*.bak
/examples/hello
/examples/x11-foreign
gtk-doc.make gtk-doc.make
install-sh install-sh
libtool libtool