Improve TeX.gitignore to ignore Overleaf temporary files
This commit is contained in:
parent
96a44720e8
commit
1c15083418
1 changed files with 7 additions and 0 deletions
|
|
@ -44,6 +44,13 @@
|
|||
*.rubbercache
|
||||
rubber.cache
|
||||
|
||||
## Overleaf (online LaTeX editor)
|
||||
.overleaf/
|
||||
*.synctex.gz.tmp
|
||||
*.lock
|
||||
*.partial
|
||||
*.upload
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
# latexrun
|
||||
latex.out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue