Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 1e16fa5

Browse files
author
Dorian Johnson
committed
Update .gitignore to Github's published ObjC standard
1 parent 3e3b1c3 commit 1e16fa5

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.gitignore

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# Xcode
12
.DS_Store
23
build/
3-
Source/PSMTabBarControl.xcodeproj/*.mode1v3
4-
Source/PSMTabBarControl.xcodeproj/*.xcworkspace
5-
Source/PSMTabBarControl.xcodeproj/xcuserdata/
6-
Source/PSMTabBarControl.xcodeproj/*.pbxuser
7-
PSMTabBarControl.framework/Headers
8-
PSMTabBarControl.framework/Versions/A/Headers/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
*.xcworkspace
13+
!default.xcworkspace
14+
xcuserdata
15+
profile
16+
*.moved-aside
17+
DerivedData
18+
.idea/

0 commit comments

Comments
 (0)