Create gitignore

This commit is contained in:
jose-rZM
2026-02-14 16:19:23 +01:00
parent 6f2e1e6d8b
commit 18f3644f82

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# === LaTeX build files ===
*.aux
*.log
*.out
*.toc
*.nav
*.snm
*.synctex.gz
*.fls
*.fdb_latexmk
*.xdv
# === Bibliography ===
*.bbl
*.bcf
*.blg
*.run.xml
# === Beamer specific ===
*.vrb
# === Temporary files ===
*.tmp
*.bak
*.swp
*~
# === Output PDFs ===
# *.pdf
# === Latexindent ===
*.indent.log
# === VS Code settings ===
.vscode/
# === OS crap ===
.DS_Store