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
|
||||
latex.out/
|
||||
|
||||
## Files from failed runs
|
||||
*.bbl-SAVE-ERROR
|
||||
*.bcf-SAVE-ERROR
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
|
@ -121,7 +125,7 @@ acs-*.bib
|
|||
*.sls
|
||||
|
||||
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||
# *.ist
|
||||
*.ist
|
||||
|
||||
# gnuplot
|
||||
*.gnuplot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue