From cf389f591795e21ce69c36f43acf7d8d8b28942a Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 9 Dec 2013 15:06:45 -0500 Subject: [PATCH] Update .gitignore --- desktop-shell/.gitignore | 4 ++++ src/.gitignore | 8 -------- xwayland/.gitignore | 2 ++ 3 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 desktop-shell/.gitignore create mode 100644 xwayland/.gitignore diff --git a/desktop-shell/.gitignore b/desktop-shell/.gitignore new file mode 100644 index 0000000..ff42e5f --- /dev/null +++ b/desktop-shell/.gitignore @@ -0,0 +1,4 @@ +desktop-shell-protocol.c +desktop-shell-server-protocol.h +xdg-shell-protocol.c +xdg-shell-server-protocol.h diff --git a/src/.gitignore b/src/.gitignore index 8e59be6..90ac2c3 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -7,17 +7,9 @@ screenshooter-server-protocol.h spring-tool text-cursor-position-protocol.c text-cursor-position-server-protocol.h -tablet-shell-protocol.c -tablet-shell-server-protocol.h -xserver-protocol.c -xserver-server-protocol.h -desktop-shell-protocol.c -desktop-shell-server-protocol.h text-protocol.c text-server-protocol.h workspaces-protocol.c workspaces-server-protocol.h input-method-protocol.c input-method-server-protocol.h -xdg-shell-protocol.c -xdg-shell-server-protocol.h diff --git a/xwayland/.gitignore b/xwayland/.gitignore new file mode 100644 index 0000000..2c11e7b --- /dev/null +++ b/xwayland/.gitignore @@ -0,0 +1,2 @@ +xserver-protocol.c +xserver-server-protocol.h -- 2.7.4