[gjs: 3/12] build: Ignore __pycache__
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 3/12] build: Ignore __pycache__
- Date: Tue, 20 Aug 2019 19:24:02 +0000 (UTC)
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]