mirror of
https://gitlab.com/MisterBiggs/latex-bingo.git
synced 2025-06-15 22:56:44 +00:00
TeX makes lots of auxiliary files that aren't important...
This commit is contained in:
parent
b037f10dff
commit
e59d4b667a
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# Mac OS X
|
||||
Icon*
|
||||
.DS_Store
|
||||
.dropbox
|
Loading…
x
Reference in New Issue
Block a user