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 *.pro.user
#mac specific #mac specific
.DS_Store .DS_Store
build