[PATCH] gitignore: adpat to scanner and protocol path changes

Olivier Blin olivier.blin at softathome.com
Wed Oct 22 09:44:59 PDT 2014


Since commit 4c163b9b001bd93aaf97d7e962873a379eb90bfd, wayland-scanner
is built in top builddir instead of src, and protocol files are
generated in protocol subdir instead of src.
Protocol files generated in the new path are already properly ignored
in the toplevel gitignore file.

Signed-off-by: Olivier Blin <olivier.blin at softathome.com>
---
 .gitignore     | 2 +-
 src/.gitignore | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index d9d26ed..4e0f5d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,5 +54,5 @@ resources-test
 sanity-test
 signal-test
 socket-test
-wayland-scanner
+/wayland-scanner
 protocol/*.[ch]
diff --git a/src/.gitignore b/src/.gitignore
index 1438b74..4421b46 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,5 +1 @@
-wayland-scanner
-wayland-client-protocol.h
-wayland-protocol.c
-wayland-server-protocol.h
 /wayland-version.h
-- 
2.1.2

-- This message and any attachments herein are confidential, intended solely for the addressees and are SoftAtHome.s ownership. Any unauthorized use or dissemination is prohibited. If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
-- This message and any attachments herein are confidential, intended solely for the addressees and are SoftAtHome.s ownership. Any unauthorized use or dissemination is prohibited. If you are not the intended addressee of this message, please cancel it immediately and inform the sender.


More information about the wayland-devel mailing list