[PATCH] gitignore: add ./compile

Chang Liu cl91tp at gmail.com
Sun Sep 8 04:12:33 PDT 2013


./compile is a GNU autotools helper script and should be ignored by git
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 99b7089..f243100 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ ctags
 /aclocal.m4
 /wayland-scanner.m4
 /autom4te.cache
+/compile
 /config.guess
 /config.h
 /config.h.in
-- 
1.8.3.4



More information about the wayland-devel mailing list