mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Update .gitignore
Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
e98f279712
commit
513c159106
19
.gitignore
vendored
19
.gitignore
vendored
@ -21,13 +21,21 @@ stamp-marshal
|
|||||||
!/build/autotools/introspection.m4
|
!/build/autotools/introspection.m4
|
||||||
!/build/autotools/as-linguas.m4
|
!/build/autotools/as-linguas.m4
|
||||||
!/build/autotools/as-compiler-flag.m4
|
!/build/autotools/as-compiler-flag.m4
|
||||||
|
/build/config.guess
|
||||||
|
/build/config.rpath
|
||||||
|
/build/config.sub
|
||||||
*.gir
|
*.gir
|
||||||
*.typelib
|
*.typelib
|
||||||
|
/cogl-pango/cogl-pango.rc
|
||||||
|
/cogl/cogl.rc
|
||||||
/cogl/cogl-defines.h
|
/cogl/cogl-defines.h
|
||||||
/cogl/cogl-enum-types.c
|
/cogl/cogl-enum-types.c
|
||||||
/cogl/cogl-enum-types.h
|
/cogl/cogl-enum-types.h
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
config.h.win32
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
/doc/reference/cogl/cogl-*.txt
|
/doc/reference/cogl/cogl-*.txt
|
||||||
@ -56,10 +64,12 @@ depcomp
|
|||||||
/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml
|
/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml
|
||||||
/doc/reference/cogl-2.0-experimental/*.stamp
|
/doc/reference/cogl-2.0-experimental/*.stamp
|
||||||
/doc/reference/cogl-2.0-experimental/*.bak
|
/doc/reference/cogl-2.0-experimental/*.bak
|
||||||
/examples/hello
|
/examples/cogl-crate
|
||||||
/examples/x11-foreign
|
/examples/cogl-hello
|
||||||
/examples/x11-tfp
|
/examples/cogl-info
|
||||||
/examples/crate
|
/examples/cogl-msaa
|
||||||
|
/examples/cogl-x11-foreign
|
||||||
|
/examples/cogl-x11-tfp
|
||||||
gtk-doc.make
|
gtk-doc.make
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
@ -71,6 +81,7 @@ TAGS
|
|||||||
/tests/tools/disable-npots.sh
|
/tests/tools/disable-npots.sh
|
||||||
/tests/conform/test-launcher.sh
|
/tests/conform/test-launcher.sh
|
||||||
/tests/interactive/wrapper.sh
|
/tests/interactive/wrapper.sh
|
||||||
|
/tests/conform/*.bat
|
||||||
/po/POTFILES
|
/po/POTFILES
|
||||||
/po/*.gmo
|
/po/*.gmo
|
||||||
/po/Makefile.in.in
|
/po/Makefile.in.in
|
||||||
|
Loading…
Reference in New Issue
Block a user