diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f087c7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# latex files +*.aux +*.bbl +*.bcf +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.run.xml +*.synctex.gz +*.toc +*.synctex(busy) +*.lof +*.lot +*.glo +*.gls +*.glg +*.ist +*.acn +*.pytxcode +*.glstex +*.cb +*.cb2 +*.d +*.nav +*.snm + +# output files +*.pdf +!img/*.pdf +img/*.puml.pdf + |