diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-02-03 19:23:42 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-02-07 16:21:27 -0500 |
commit | 0ce64e46e89a51dd563dd0dd2ce016bd3649fa77 (patch) | |
tree | a34e027f04fd74c6b6371a7f4a0c3430daa96a3d /.gitignore | |
parent | a8336669a3bba4bd3ffeeccff6849260c766ebbb (diff) | |
download | mutter-0ce64e46e89a51dd563dd0dd2ce016bd3649fa77.tar.gz |
build: Don't build client-protocols for things
We don't use these.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index ae4d6b01b..ba75840b6 100644 --- a/.gitignore +++ b/.gitignore @@ -79,13 +79,10 @@ src/meta-dbus-xrandr.[ch] src/meta-dbus-idle-monitor.[ch] src/mutter-plugins.pc src/wayland/gtk-shell-protocol.c -src/wayland/gtk-shell-client-protocol.h src/wayland/gtk-shell-server-protocol.h src/wayland/xdg-shell-protocol.c -src/wayland/xdg-shell-client-protocol.h src/wayland/xdg-shell-server-protocol.h src/wayland/xserver-protocol.c -src/wayland/xserver-client-protocol.h src/wayland/xserver-server-protocol.h doc/reference/*.args doc/reference/*.bak |