mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Added *.synctex.gz(busy)
Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.
This commit is contained in:
parent
e8982c5fe4
commit
84aef6a319
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue