From 6d35f7ca348c445bfc42c970959085d4b2d38694 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 7 Oct 2015 17:25:53 +0200 Subject: Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d3f108..f54e361 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,16 @@ .idea *.iml +*.log *.pickle *.pyc *.pyo +*~ tags # files generated by PLY parser.out parsetab.py + +# binaries +python/runner/sandbox +python/runner/terminator -- cgit v1.2.1