diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-01-18 18:23:58 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-01-18 18:34:05 +0100 |
commit | 77a728fa40e6df6bcc47de4c9541bae8a31ab828 (patch) | |
tree | 6c21de6fac2b594e6a79a967cee090b87c3812e1 /.gitignore | |
parent | 101fcfc37a5f99cf5add7fd2f9e13c2e65c4b27a (diff) |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,2 +1,14 @@ +# python stuff __pycache__/ prolog/parsetab.py + +# latex stuff +*.aux +*.log +*.pdf + +# data stuff +/data* +*.pickle +*.tab +*.ods
\ No newline at end of file |