Add: TeX to gitignore
This commit is contained in:
+26
-1
@@ -122,4 +122,29 @@ $RECYCLE.BIN/
|
||||
|
||||
## bin
|
||||
bin/
|
||||
gradle.properties
|
||||
gradle.properties
|
||||
|
||||
# LaTeX (TeX)
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
*.rubbercache
|
||||
rubber.cache
|
||||
|
||||
Reference in New Issue
Block a user