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