diff options
| author | Doug Huff <[email protected]> | 2011-06-02 20:27:27 -0500 |
|---|---|---|
| committer | Doug Huff <[email protected]> | 2011-06-02 20:27:27 -0500 |
| commit | 4e6303d397f14e011c4cfff028fa3c4769c1d55e (patch) | |
| tree | b5bdc7988b07933bae08399054cc478bc6801ae4 | |
| parent | Bugfix for dnsseed introduced by dnslookup (diff) | |
| download | discoin-4e6303d397f14e011c4cfff028fa3c4769c1d55e.tar.xz discoin-4e6303d397f14e011c4cfff028fa3c4769c1d55e.zip | |
Add common temp files to .gitignore.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eec3751aa..aeeef170e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ src/*.exe src/bitcoin src/bitcoind +.*.swp +*.*~* |