Adapted gitignore files
This commit is contained in:
parent
d0588d3a69
commit
541234a049
2 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,4 +7,4 @@
|
||||||
*.blg
|
*.blg
|
||||||
*.toc
|
*.toc
|
||||||
|
|
||||||
_build/*
|
**/_build/*
|
||||||
|
|
10
report/.gitignore
vendored
Normal file
10
report/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.pdf
|
||||||
|
*.swp
|
||||||
|
*.out
|
||||||
|
*.bbl
|
||||||
|
*.blg
|
||||||
|
*.toc
|
||||||
|
|
||||||
|
_build/*
|
Loading…
Reference in a new issue