Merge branch 'chore/53-add-tex-to-gitignore' into 'main'
Add tex to gitignore Closes #53 See merge request cs108-fs26/Gruppe-13!80
This commit was merged in pull request #236.
This commit is contained in:
+28
-1
@@ -48,6 +48,9 @@ gradle-app.setting
|
|||||||
# JDT-specific (Eclipse Java Development Tools)
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
.classpath
|
.classpath
|
||||||
|
|
||||||
|
# Gradle properties
|
||||||
|
gradle.properties
|
||||||
|
|
||||||
## MacOS
|
## MacOS
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -122,4 +125,28 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
## bin
|
## bin
|
||||||
bin/
|
bin/
|
||||||
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