diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-07 17:25:53 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-07 17:25:53 +0200 |
commit | 6d35f7ca348c445bfc42c970959085d4b2d38694 (patch) | |
tree | 5f67857632d821f15ad2475c8b31703775cbf31d | |
parent | 76cbfe9d620ca66a374b828c011c937918f80c2c (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |