feat: add gitignore
This commit is contained in:
parent
e9dbc054fe
commit
8f3dce3490
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.swp
|
||||||
|
*.out
|
||||||
|
*.pdf
|
||||||
|
*.toc
|
||||||
|
*.maf
|
||||||
|
*.mtc
|
||||||
|
*.mtc0
|
||||||
|
*.stc
|
||||||
|
*.stc0
|
||||||
|
*.stc1
|
||||||
|
*.stc2
|
||||||
|
*.stc3
|
||||||
|
*.bbl
|
||||||
|
*.blg
|
||||||
|
*.stc*
|
||||||
|
*.bcf
|
||||||
|
*.run.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue