From: R E Broadley Date: Thu, 17 May 2012 18:09:21 +0000 (+0100) Subject: Add build directory to .gitignore, so that it's not tracked. X-Git-Tag: v0.4.0-unstable~129^2~1^2^2~2^2~3 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=c45c2c380de5a0591df94156367f057e37c41a09 Add build directory to .gitignore, so that it's not tracked. --- diff --git a/.gitignore b/.gitignore index 66f9386..6ed527d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ qrc_*.cpp *.pro.user #mac specific .DS_Store +build