forked from agilebits/MTStatusBarOverlay
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (24 loc) · 643 Bytes
/
.gitignore
File metadata and controls
29 lines (24 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is initially compiled from the following sources:
#
# http://christopherroach.com/archives/35
# http://stackoverflow.com/questions/236151/best-practices-for-using-version-controlling-on-cocoa-projects
# http://boredzo.org/blog/archives/2008-03-20/hgignore-for-mac-os-x-applications
# http://shanesbrain.net/2008/7/9/using-xcode-with-git
# http://www.bluishcoder.co.nz/2007/09/git-binary-files-and-cherry-picking.html
#
build
*.pbxuser
*.mode1v3
*.mode2v3
!default.pbxuser
!default.mode1v3
!default.mode2v3
# Xcode 4
*.xcworkspace
xcuserdata
*.perspective
*.perspectivev3
*.swp
*~.nib
*~.xib
*.DS_Store