From 77a728fa40e6df6bcc47de4c9541bae8a31ab828 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 18 Jan 2017 18:23:58 +0100 Subject: Update .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index ca28708..c4cd0b9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.1