Add common temp files to .gitignore.
This commit is contained in:
parent
e104c79374
commit
4e6303d397
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
src/*.exe
|
||||
src/bitcoin
|
||||
src/bitcoind
|
||||
.*.swp
|
||||
*.*~*
|
||||
|
|
Loading…
Reference in a new issue