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



commit 6260dde573767b0c9c3916af0128d429c952837b
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]