diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-01-09 18:07:23 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-01-09 18:07:23 +0100 |
commit | 27d4458613a5b61f16ad9bf59ca1de460fea3b3a (patch) | |
tree | 1bc98d9672af405d71c915436b0af8001d276ec5 /.gitignore |
First commit is the best commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca28708 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +prolog/parsetab.py |