mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Update the Git ignore file
This commit is contained in:
parent
2fbe4c2388
commit
5de10c34b7
31
.gitignore
vendored
31
.gitignore
vendored
@ -13,17 +13,22 @@ config.sub
|
|||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
|
intltool-extract.in
|
||||||
|
intltool-merge.in
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
.deps
|
.deps
|
||||||
src/metacity-wm.desktop
|
src/mutter-wm.desktop
|
||||||
|
src/mutter.desktop
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
.libs
|
.libs
|
||||||
*.swp
|
*.swp
|
||||||
|
*.gir
|
||||||
|
*.typelib
|
||||||
tidy-enum-types.[ch]
|
tidy-enum-types.[ch]
|
||||||
tidy-marshal.[ch]
|
tidy-marshal.[ch]
|
||||||
stamp-tidy-enum-types.h
|
stamp-tidy-enum-types.h
|
||||||
@ -38,19 +43,18 @@ POTFILES
|
|||||||
50-metacity-desktop-key.xml
|
50-metacity-desktop-key.xml
|
||||||
50-metacity-key.xml
|
50-metacity-key.xml
|
||||||
inlinepixbufs.h
|
inlinepixbufs.h
|
||||||
libmetacity-private.pc
|
libmutter-private.pc
|
||||||
metacity
|
mutter
|
||||||
metacity-dialog
|
mutter-theme-viewer
|
||||||
metacity-theme-viewer
|
mutter.desktop
|
||||||
metacity.desktop
|
mutter.schemas
|
||||||
metacity.schemas
|
|
||||||
testasyncgetprop
|
testasyncgetprop
|
||||||
testboxes
|
testboxes
|
||||||
testgradient
|
testgradient
|
||||||
metacity-grayscale
|
mutter-grayscale
|
||||||
metacity-mag
|
mutter-mag
|
||||||
metacity-message
|
mutter-message
|
||||||
metacity-window-demo
|
mutter-window-demo
|
||||||
focus-window
|
focus-window
|
||||||
test-gravity
|
test-gravity
|
||||||
test-resizing
|
test-resizing
|
||||||
@ -58,3 +62,8 @@ test-size-hints
|
|||||||
wm-tester
|
wm-tester
|
||||||
INSTALL
|
INSTALL
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
|
src/mutter-enum-types.[ch]
|
||||||
|
src/stamp-mutter-enum-types.h
|
||||||
|
src/mutter-marshal.[ch]
|
||||||
|
src/stamp-mutter-marshal.h
|
||||||
|
src/mutter-plugins.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user