1
0
mirror of https://github.com/github/gitignore synced 2024-06-20 03:12:50 +02:00

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

View File

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