Add more file endings to gitignore
This commit is contained in:
parent
ae31b4d9bb
commit
0b02644b64
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -49,6 +49,10 @@
|
||||||
# latexrun
|
# latexrun
|
||||||
latex.out/
|
latex.out/
|
||||||
|
|
||||||
|
## Files from failed runs
|
||||||
|
*.bbl-SAVE-ERROR
|
||||||
|
*.bcf-SAVE-ERROR
|
||||||
|
|
||||||
## Auxiliary and intermediate files from other packages:
|
## Auxiliary and intermediate files from other packages:
|
||||||
# algorithms
|
# algorithms
|
||||||
*.alg
|
*.alg
|
||||||
|
@ -121,7 +125,7 @@ acs-*.bib
|
||||||
*.sls
|
*.sls
|
||||||
|
|
||||||
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||||
# *.ist
|
*.ist
|
||||||
|
|
||||||
# gnuplot
|
# gnuplot
|
||||||
*.gnuplot
|
*.gnuplot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue