diff options
author | Camil Staps | 2017-11-12 18:57:56 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-12 18:57:56 +0100 |
commit | c3082dec293b319365bd430defe409ceef836f5a (patch) | |
tree | 8d74d8b89a223e9144520306568faf74f9f5cf2a /.gitignore | |
parent | Fix calendar (diff) |
Finish assignment 7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,4 @@ +# Clean Clean\ System\ Files/ a.out *-www/ @@ -5,3 +6,41 @@ a.out *-data/ assignment-5/skeleton5 assignment-6/multiplechoice + +# TeX +*-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 +_minted-*/ +*-tags.tex |