summaryrefslogtreecommitdiff
path: root/test/cleanup.sh
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2022-10-27 13:44:12 -0500
committerDavid Beazley <dave@dabeaz.com>2022-10-27 13:44:12 -0500
commitaf80858e888c5f36979da88fcb1080de7b848967 (patch)
tree2f2fb95414baee83e489eac1b936602599ea9eba /test/cleanup.sh
parent818ab0684e33f5f513fc839673ff56ea330b6380 (diff)
downloadply-af80858e888c5f36979da88fcb1080de7b848967.tar.gz
Reorganization. Added makefile
Diffstat (limited to 'test/cleanup.sh')
-rwxr-xr-xtest/cleanup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cleanup.sh b/test/cleanup.sh
deleted file mode 100755
index 9374f2c..0000000
--- a/test/cleanup.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-rm -rf *~ *.pyc *.pyo *.dif *.out __pycache__
-