gitignore hinzugefügt. alle dateien außer .tex werden von git ignoriert
This commit is contained in:
parent
5dc7d22cb3
commit
599db23b99
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
## Core latex/pdflatex auxiliary files
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.toc
|
||||||
|
*.synctex.gz
|
||||||
|
|
||||||
|
## Bibliography auxiliary files (if you use biblatex/natbib)
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.blg
|
||||||
|
*.run.xml
|
||||||
|
|
||||||
|
## Lists of figures, tables, etc.
|
||||||
|
*.lof
|
||||||
|
*.lot
|
||||||
|
|
||||||
|
## If you want to ignore the final PDF as well (recommended)
|
||||||
|
# *.pdf
|
||||||
|
|
||||||
|
## Exception: Keep important PDFs (like your Deckblatt.pdf)
|
||||||
|
!Deckblatt.pdf
|
||||||
Loading…
x
Reference in New Issue
Block a user