59 lines
641 B
Plaintext
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
|