aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorR E Broadley <rebroad+github@gmail.com>2012-05-17 19:09:21 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2012-05-18 00:08:34 +0000
commitc45c2c380de5a0591df94156367f057e37c41a09 (patch)
tree4b4e22162efa8ee8c937976fb9f3ef5abceef2ef /.gitignore
parent10593f3be185dda058b4e2c48a3e77e4a2e00246 (diff)
downloadbitcoin-c45c2c380de5a0591df94156367f057e37c41a09.tar.xz
Add build directory to .gitignore, so that it's not tracked.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 66f93867d8..6ed527d5d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ qrc_*.cpp
*.pro.user
#mac specific
.DS_Store
+build