mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01: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:
parent
0aeefb48c0
commit
182aeb220d
@ -1,6 +1,6 @@
|
||||
# Xcode
|
||||
.DS_Store
|
||||
*/build/*
|
||||
build/
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
|
Loading…
Reference in New Issue
Block a user