From f5da5d0d5489481ddb18dcb6088059884efeb024 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 2 Sep 2024 15:24:22 +0200 Subject: initial commit (WIP repo scaffolding) --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 + -- cgit v1.2.3