Ignore git *.orig files and emacs backup files
This commit is contained in:
parent
cbbd384628
commit
754ef8796e
3
.gitignore
vendored
3
.gitignore
vendored
@ -20,9 +20,10 @@
|
|||||||
*.swp
|
*.swp
|
||||||
/htmlcov
|
/htmlcov
|
||||||
.coverage
|
.coverage
|
||||||
#*
|
\#*
|
||||||
.#*
|
.#*
|
||||||
lib/spack/spack/test/.cache
|
lib/spack/spack/test/.cache
|
||||||
/bin/spackc
|
/bin/spackc
|
||||||
*.in.log
|
*.in.log
|
||||||
*.out.log
|
*.out.log
|
||||||
|
*.orig
|
||||||
|
Loading…
Reference in New Issue
Block a user