mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Update .gitignore
The cogl/clutter merge made the .gitignore files in the respective directories incorrect, due to the using absolute paths. https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
parent
bdc68efe45
commit
f1b7b41b8d
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,6 +36,8 @@ mutter-wayland.desktop
|
|||||||
stamp-h1
|
stamp-h1
|
||||||
*.gmo
|
*.gmo
|
||||||
*.make
|
*.make
|
||||||
|
*.log
|
||||||
|
*.trs
|
||||||
*~
|
*~
|
||||||
stamp-it
|
stamp-it
|
||||||
.intltool-merge-cache
|
.intltool-merge-cache
|
||||||
|
18
clutter/.gitignore
vendored
18
clutter/.gitignore
vendored
@ -18,17 +18,15 @@ stamp-enum-types
|
|||||||
stamp-marshal
|
stamp-marshal
|
||||||
tags
|
tags
|
||||||
/ChangeLog*
|
/ChangeLog*
|
||||||
/clutter/clutter-config.h
|
|
||||||
/clutter/clutter-enum-types.[ch]
|
|
||||||
/clutter/clutter-marshal.[ch]
|
|
||||||
/clutter/clutter-version.h
|
|
||||||
/clutter/gcov-report.txt
|
|
||||||
/clutter/clutter-json.h
|
|
||||||
/clutter/*.log
|
|
||||||
/clutter/*.trs
|
|
||||||
/clutter-lcov.info
|
|
||||||
/clutter-lcov
|
|
||||||
clutter-build-config.h
|
clutter-build-config.h
|
||||||
|
clutter-config.h
|
||||||
|
clutter-enum-types.[ch]
|
||||||
|
clutter-marshal.[ch]
|
||||||
|
clutter-version.h
|
||||||
|
gcov-report.txt
|
||||||
|
clutter-json.h
|
||||||
|
clutter-lcov.info
|
||||||
|
clutter-lcov
|
||||||
!/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
|
||||||
|
34
cogl/.gitignore
vendored
34
cogl/.gitignore
vendored
@ -29,17 +29,15 @@ stamp-marshal
|
|||||||
/build/config.sub
|
/build/config.sub
|
||||||
*.gir
|
*.gir
|
||||||
*.typelib
|
*.typelib
|
||||||
/cogl-pango/cogl-pango.rc
|
cogl-pango.rc
|
||||||
/cogl/cogl.rc
|
cogl.rc
|
||||||
/cogl/cogl-defines.h
|
cogl-defines.h
|
||||||
/cogl/cogl-defines.h.win32
|
cogl-egl-defines.h
|
||||||
/cogl/cogl-defines.h.win32_SDL
|
cogl-enum-types.c
|
||||||
/cogl/cogl-egl-defines.h
|
cogl-enum-types.h
|
||||||
/cogl/cogl-enum-types.c
|
cogl-gl-header.h
|
||||||
/cogl/cogl-enum-types.h
|
cogl-path-enum-types.c
|
||||||
/cogl/cogl-gl-header.h
|
cogl-path-enum-types.h
|
||||||
/cogl-path/cogl-path-enum-types.c
|
|
||||||
/cogl-path/cogl-path-enum-types.h
|
|
||||||
cogl-config.h
|
cogl-config.h
|
||||||
cogl-config.h.in
|
cogl-config.h.in
|
||||||
config.log
|
config.log
|
||||||
@ -52,20 +50,6 @@ depcomp
|
|||||||
/doc/reference/cogl/cogl-docs.xml
|
/doc/reference/cogl/cogl-docs.xml
|
||||||
/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-gst/cogl-gst-docs.xml
|
/doc/reference/cogl-gst/cogl-gst-docs.xml
|
||||||
/examples/cogl-basic-video-player
|
|
||||||
/examples/cogl-crate
|
|
||||||
/examples/cogl-gles2-context
|
|
||||||
/examples/cogl-gles2-gears
|
|
||||||
/examples/cogl-hello
|
|
||||||
/examples/cogl-info
|
|
||||||
/examples/cogl-msaa
|
|
||||||
/examples/cogl-point-sprites
|
|
||||||
/examples/cogl-sdl-hello
|
|
||||||
/examples/cogl-sdl2-hello
|
|
||||||
/examples/cogl-stereo
|
|
||||||
/examples/cogl-x11-foreign
|
|
||||||
/examples/cogl-x11-tfp
|
|
||||||
/examples/cogland
|
|
||||||
gtk-doc.make
|
gtk-doc.make
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user