Skip to content

Commit f08fc27

Browse files
committed
Create standard ignore / attributes for Xcode git repositories
1 parent 7dd6851 commit f08fc27

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pbxproj -crlf -diff -merge

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# XCode noise
2+
build/*
3+
*.pbxuser
4+
*.mode1v3
5+
*.pyc
6+
*~.nib/
7+
*.perspective
8+
*.perspectivev3
9+
10+
# old school
11+
.svn
12+
13+
# osx noise
14+
.DS_store
15+
profile

0 commit comments

Comments
 (0)