diff options
author | Camil Staps | 2015-09-07 13:50:15 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-07 13:50:15 +0200 |
commit | ca5b47cab54a56f6029da6a483d5ce58c1c2a874 (patch) | |
tree | c287e5ad6412c62384d712b59a09408770e92f3e /.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..3976e5a --- /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-*/ + |