Skip to content

Commit 182aeb2

Browse files
committed
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.
1 parent 0aeefb4 commit 182aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objective-C.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcode
22
.DS_Store
3-
*/build/*
3+
build/
44
*.pbxuser
55
!default.pbxuser
66
*.mode1v3

0 commit comments

Comments
 (0)