diff options
| author | Camil Staps | 2016-02-03 14:51:51 +0100 |
|---|---|---|
| committer | Camil Staps | 2016-02-03 14:51:51 +0100 |
| commit | a01972e0c06a80d445120224c40bdb41f6564a26 (patch) | |
| tree | 4aaabfa4c3dd38b11c0bc2224f3a00295f5e9769 /.gitignore | |
Initial commit; start summary
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd51a7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.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-*/ |
