From 30e6b4765a310a1589cb56683dcbb4a0e8caee28 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 5 Nov 2020 20:55:02 -0500 Subject: Small scripting cleanups - Add a unified runner script for DIS - Remove explicit case study termination script (do `kill ${cat pids.txt}` instead) - Auto-create bin directories for TACLe - Add the python cache directory to the gitignore - Tweak input path representation in benchmark name files --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b7e90f4..b82afb8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ # Ignore misc temporary files **/.gdb_history *.swp +**/__pycache__ -- cgit v1.2.2