Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted.
@@ -1,6 +1,6 @@
# Xcode
.DS_Store
-*/build/*
+build/
*.pbxuser
!default.pbxuser
*.mode1v3