[gnome-code-assistance] Add __pycache__ to ignores



commit 2b29202da309eec4e3c33a1eda0b2f7129da9c29
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Thu Nov 14 10:56:48 2013 +0100

    Add __pycache__ to ignores

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3124a85..5da0e02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ MAINTAINERCLEANFILES =                        \
 
 CLEANFILES =
 EXTRA_DIST =
-GITIGNOREFILES =
+GITIGNOREFILES = `find "$(srcdir)" -type d -name __pycache__ -print`
 GITIGNOREDEPS =
 BUILT_SOURCES =
 DISTCLEANFILES =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]