summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-09-23 16:04:23 -0500
committerDerek Foreman <derekf@osg.samsung.com>2016-09-23 16:39:45 -0500
commit93bf1c617d96b9532caadef9cb2e26985834b29b (patch)
treed9a96f2800a1aa3f777407e22714bf1a7616895e
parent5c79ea06b08e944638d6e49162f75b3fc606fda7 (diff)
downloadenlightenment-devs/derekf/generate.tar.gz
Ignore all wayland protocol files in .gitignoredevs/derekf/generate
We no longer have any checked in, so we can ignore them all at once.
-rw-r--r--.gitignore25
1 files changed, 2 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index 4f9d3473c8..5cc7c5931c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,26 +47,5 @@ default.edj
*.eo.c
*.eo.h
Session.vim
-#temporary until we generate all of these and can ignore src/bin/generated
-src/bin/generated/linux-dmabuf-unstable-v1-protocol.c
-src/bin/generated/linux-dmabuf-unstable-v1-server-protocol.h
-src/bin/generated/session-recovery-protocol.c
-src/bin/generated/session-recovery-server-protocol.h
-src/bin/generated/www-protocol.c
-src/bin/generated/www-server-protocol.h
-src/bin/generated/screenshooter-protocol.c
-src/bin/generated/screenshooter-server-protocol.h
-src/modules/shot/screenshooter-client-protocol.h
-src/modules/shot/screenshooter-protocol.c
-src/modules/wl_desktop_shell/xdg-shell-unstable-v5-protocol.c
-src/modules/wl_desktop_shell/xdg-shell-unstable-v5-server-protocol.h
-src/modules/wl_desktop_shell/input-method-unstable-v1-protocol.c
-src/modules/wl_desktop_shell/input-method-unstable-v1-server-protocol.h
-src/modules/wl_text_input/input-method-unstable-v1-protocol.c
-src/modules/wl_text_input/input-method-unstable-v1-server-protocol.h
-src/modules/wl_text_input/text-input-unstable-v1-protocol.c
-src/modules/wl_text_input/text-input-unstable-v1-server-protocol.h
-src/modules/wl_weekeyboard/input-method-unstable-v1-client-protocol.h
-src/modules/wl_weekeyboard/input-method-unstable-v1-protocol.c
-src/modules/wl_weekeyboard/text-input-unstable-v1-client-protocol.h
-src/modules/wl_weekeyboard/text-input-unstable-v1-protocol.c
+#Ignore all autogenerated wayland protocol
+*-protocol.[ch]