Reverting change to ignore build subdirectories

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.
This commit is contained in:
Michael Gerbush 2013-05-02 23:04:52 -05:00
parent 0aeefb48c0
commit 182aeb220d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Xcode
.DS_Store
*/build/*
build/
*.pbxuser
!default.pbxuser
*.mode1v3