aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-02 15:24:22 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-02 15:24:22 +0200
commitf5da5d0d5489481ddb18dcb6088059884efeb024 (patch)
treec243fc9a478a255d253ccb9d89f52a6e6c7d00ed /.gitignore
initial commit (WIP repo scaffolding)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
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
+