diff options
author | Camil Staps | 2016-01-25 10:05:23 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-25 10:05:23 +0100 |
commit | a3b958a9cd3b02de13d5022507d3c80749285c01 (patch) | |
tree | 1e648e1d9c2f9b69b7ce875cc107a23bc1e3b87a /.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-*/ + |