[PATCH] gitignore: Ignore sublime config and generated dtd

Yong Bakos junk at humanoriented.com
Fri Mar 11 00:30:20 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
 .gitignore     | 8 +++++---
 src/.gitignore | 1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 33e809c..e1d48a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,18 @@
+*.3
+*.7
 *.announce
 *.deps
 *.jpg
 *.la
 *.lo
+*.log
 *.o
 *.pc
 *.sig
 *.so
+*.sublime-project
+*.sublime-workspace
 *.swp
-*.3
-*.7
-*.log
 *.trs
 *.tar.xz
 *~
diff --git a/src/.gitignore b/src/.gitignore
index 4421b46..adc8733 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1 +1,2 @@
 /wayland-version.h
+*.dtd.embed
-- 
2.7.2



More information about the wayland-devel mailing list