[gnome-news/wip/gbsneto/improvements: 2/12] project: ignore __pycache__ folder



commit e2292eb2dded375a727851744bda7a2c52be0746
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Mar 5 14:23:01 2016 -0300

    project: ignore __pycache__ folder

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 36a76f0..a237104 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ GITIGNOREFILES = \
        missing \
        py-compile \
        VERSION \
+       gnomenews/__pycache__ \
        $(NULL)
 
 dist-hook: AUTHORS


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