Merge pull request #1335 from rebroad/IgnoreBuildDir

Add build directory to .gitignore, so that it's not tracked.
This commit is contained in:
Jeff Garzik 2012-05-17 11:32:47 -07:00
commit 985302c7cc

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ qrc_*.cpp
*.pro.user
#mac specific
.DS_Store
build