diff options
author | Camil Staps | 2016-04-14 21:46:08 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-14 21:46:08 +0200 |
commit | cad09fedadb0b1392e0555deb17ccfc66b674305 (patch) | |
tree | 98714b1341158a8eee25ae4db809c9987cf336b2 /.gitignore |
Voorstel project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..981ca62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +### TeX +*.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-*/ + |