From a357424a257a9367d0d8f011d7a202d449428c55 Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Fri, 25 Feb 2011 18:40:43 +1100 Subject: [PATCH] Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git. --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1990117 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +bitcoin +bitcoind -- 1.7.1