diff options
author | Camil Staps | 2016-08-30 17:28:34 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-30 17:28:34 +0200 |
commit | f36cad7c93abe7b6864ecd886a8f38d9b9def3cd (patch) | |
tree | ce4d4334aa633a13a0947b513ecc7ee55d0a2c08 /.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-*/ + |