diff options
author | Camil Staps | 2017-10-25 22:52:48 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-25 22:52:48 +0200 |
commit | 6963a82cd1264f2b1c8e4821a0744ffb30e3babc (patch) | |
tree | dcdf10b5675bd16cab33c460601c46166f86caac /.gitignore |
Introduction, history, architecture
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b3892a --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +*-blx.bib +*.acn +*.acr +*.alg +*.aux +*.bbl +*.bcf +*.blg +*.dvi +*.ent +*.fdb_latexmk +*.fls +*.fmt +*.glg +*.glo +*.gls +*.idx +*.ilg +*.ind +*.ist +*.lof +*.log +*.lot +*.maf +*.mtc +*.mtc1 +*.nav +*.out +*.pdf +*.run.xml +*.snm +*.swp +*.synctex.gz +*.toc +*.vrb +_minted-*/ +*-tags.tex |