summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-06-05 10:50:15 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-06-05 10:50:15 +0200
commitec8ba4b5f9700fed31295233c05d5906e8f6e9d9 (patch)
tree2263df1d52e71cf1ce86b0770a6c3f13038c7b87 /.gitignore
parent2250865eb61f3110914e09cd50010f8e695c1aeb (diff)
downloadmutter-ec8ba4b5f9700fed31295233c05d5906e8f6e9d9.tar.gz
build: Move data files to their dedicated subfolder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 9 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index 446c09233..c2b89a4aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,11 +19,11 @@ libtool
ltmain.sh
missing
.deps
-src/50-mutter-navigation.xml
-src/50-mutter-system.xml
-src/50-mutter-windows.xml
-src/mutter.desktop
-src/mutter-wayland.desktop
+data/50-mutter-navigation.xml
+data/50-mutter-system.xml
+data/50-mutter-windows.xml
+data/mutter.desktop
+data/mutter-wayland.desktop
*.o
*.a
*.lo
@@ -32,10 +32,6 @@ src/mutter-wayland.desktop
*.swp
*.gir
*.typelib
-tidy-enum-types.[ch]
-tidy-marshal.[ch]
-stamp-tidy-enum-types.h
-stamp-tidy-marshal.h
stamp-h1
*.gmo
*.make
@@ -44,14 +40,12 @@ stamp-it
.intltool-merge-cache
POTFILES
po/*.pot
-50-metacity-desktop-key.xml
-50-metacity-key.xml
libmutter.pc
mutter
-org.gnome.mutter.gschema.valid
-org.gnome.mutter.gschema.xml
-org.gnome.mutter.wayland.gschema.valid
-org.gnome.mutter.wayland.gschema.xml
+data/org.gnome.mutter.gschema.valid
+data/org.gnome.mutter.gschema.xml
+data/org.gnome.mutter.wayland.gschema.valid
+data/org.gnome.mutter.wayland.gschema.xml
testasyncgetprop
testboxes
testgradient
@@ -66,9 +60,6 @@ test-focus
test-gravity
test-resizing
test-size-hints
-# We can't say just "wm-tester" here or it will ignore the directory
-# rather than the binary
-src/wm-tester/wm-tester
INSTALL
mkinstalldirs
src/mutter-enum-types.[ch]