Ignore log files that appear in root dir with "spack -d install ..." (#6670)
This commit is contained in:
parent
45784af7f2
commit
6628b6ca01
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -23,3 +23,5 @@
|
||||||
.#*
|
.#*
|
||||||
/.cache
|
/.cache
|
||||||
/bin/spackc
|
/bin/spackc
|
||||||
|
*.in.log
|
||||||
|
*.out.log
|
||||||
|
|
Loading…
Reference in a new issue