diff options
| author | Matt Giuca <[email protected]> | 2011-02-25 18:40:43 +1100 |
|---|---|---|
| committer | Matt Giuca <[email protected]> | 2011-02-26 11:50:23 +1100 |
| commit | a357424a257a9367d0d8f011d7a202d449428c55 (patch) | |
| tree | bcd5efc1a495d6acc5f9b68f875e8f7fbd4432c4 | |
| parent | Merge branch 'mgiuca-wx-config' into integration (diff) | |
| download | discoin-a357424a257a9367d0d8f011d7a202d449428c55.tar.xz discoin-a357424a257a9367d0d8f011d7a202d449428c55.zip | |
Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1990117cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +bitcoin +bitcoind |