Skip to content

Commit a6916d6

Browse files
committed
test: Clean up and docker-ignore __pycache__ dirs
1 parent 698ef1d commit a6916d6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/__pycache__/

test/t/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,3 +662,6 @@ EXTRA_DIST = \
662662
test_zopfli.py
663663

664664
all:
665+
666+
clean-local:
667+
$(RM) -R __pycache__

test/t/unit/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ EXTRA_DIST = \
1313
test_unit_tilde.py
1414

1515
all:
16+
17+
clean-local:
18+
$(RM) -R __pycache__

0 commit comments

Comments
 (0)