Files
Marc Wäckerlin 7de0ed5466 work from autumn
2026-04-29 15:35:03 +02:00

59 lines
641 B
Plaintext

# LaTeX auxiliary files
*.aux
*.log
*.out
*.toc
*.synctex*
*.fdb_latexmk
*.fls
*.xdv
*.nav
*.snm
*.vrb
# Build directories
.texpadtmp/
*.d/
# Generated PDFs (comment out if you want to track them)
# *.pdf
# Autotools
/autom4te.cache/
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/missing
/texmf-dist/
*.tar.gz
*.tar.bz2
*.tar.xz
# Autoconf generated files
/config.status
/config.log
Makefile
makefile
makefile.in
/examples/makefile
/examples/makefile.in
/screenshots/makefile
/screenshots/makefile.in
# Backup files
*~
*.bak
*.swp
*.swo
\#*\#
# OS specific
.DS_Store
Thumbs.db