diff options
author | Matt Giuca <matt.giuca@gmail.com> | 2011-02-25 18:40:43 +1100 |
---|---|---|
committer | Matt Giuca <matt.giuca@gmail.com> | 2011-02-26 11:50:23 +1100 |
commit | a357424a257a9367d0d8f011d7a202d449428c55 (patch) | |
tree | bcd5efc1a495d6acc5f9b68f875e8f7fbd4432c4 | |
parent | 5078a54b529f6a108cde765bd888c1603c10ac8b (diff) |
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 0000000000..1990117cfd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +bitcoin +bitcoind |