diff options
author | Camil Staps | 2015-09-03 20:03:34 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-03 20:03:34 +0200 |
commit | 5508e4f47c3c4ff29a2aff17636e13722b7b1037 (patch) | |
tree | 71d94935e9916fd809bc1961be8b9f0292004b12 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..babbb52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.aux +*.glo +*.idx +*.fdb_latexmk +*.fls +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.pdf +*.swp +*.synctex.gz +_minted*/ + |