[gjs: 3/12] build: Ignore __pycache__



commit b1a02020e231cbdbdc404d4b528169d001ff7c64
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Aug 13 11:56:09 2019 -0700

    build: Ignore __pycache__
    
    Python creates this when running heapgraph, it should be ignored.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index d5367f96..41858c81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ MAINTAINERCLEANFILES =                                        \
        $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)    \
        tap-driver.sh                                   \
        $(NULL)
-GITIGNOREFILES = INSTALL m4
+GITIGNOREFILES = INSTALL m4 tools/__pycache__
 
 gjsjsdir = @gjsjsdir@
 gjsoverridedir = $(gjsjsdir)/overrides


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