mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -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
|
||||
*.gmo
|
||||
*.make
|
||||
*.log
|
||||
*.trs
|
||||
*~
|
||||
stamp-it
|
||||
.intltool-merge-cache
|
||||
|
18
clutter/.gitignore
vendored
18
clutter/.gitignore
vendored
@ -18,17 +18,15 @@ stamp-enum-types
|
||||
stamp-marshal
|
||||
tags
|
||||
/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-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/as-linguas.m4
|
||||
!/build/autotools/as-compiler-flag.m4
|
||||
|
34
cogl/.gitignore
vendored
34
cogl/.gitignore
vendored
@ -29,17 +29,15 @@ stamp-marshal
|
||||
/build/config.sub
|
||||
*.gir
|
||||
*.typelib
|
||||
/cogl-pango/cogl-pango.rc
|
||||
/cogl/cogl.rc
|
||||
/cogl/cogl-defines.h
|
||||
/cogl/cogl-defines.h.win32
|
||||
/cogl/cogl-defines.h.win32_SDL
|
||||
/cogl/cogl-egl-defines.h
|
||||
/cogl/cogl-enum-types.c
|
||||
/cogl/cogl-enum-types.h
|
||||
/cogl/cogl-gl-header.h
|
||||
/cogl-path/cogl-path-enum-types.c
|
||||
/cogl-path/cogl-path-enum-types.h
|
||||
cogl-pango.rc
|
||||
cogl.rc
|
||||
cogl-defines.h
|
||||
cogl-egl-defines.h
|
||||
cogl-enum-types.c
|
||||
cogl-enum-types.h
|
||||
cogl-gl-header.h
|
||||
cogl-path-enum-types.c
|
||||
cogl-path-enum-types.h
|
||||
cogl-config.h
|
||||
cogl-config.h.in
|
||||
config.log
|
||||
@ -52,20 +50,6 @@ depcomp
|
||||
/doc/reference/cogl/cogl-docs.xml
|
||||
/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-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
|
||||
install-sh
|
||||
libtool
|
||||
|
Loading…
Reference in New Issue
Block a user