root / .gitignore

View | Annotate | Download (211 Bytes)

1
# xcode noise
2
*.mode1v3
3
*.pbxuser
4
*.perspective
5
*.perspectivev3
6
*.pyc
7
*~.nib/
8
build/*
9
 
10
# Textmate - if you build your xcode projects with it
11
*.tm_build_errors
12
 
13
# old skool
14
.svn
15
 
16
# osx noise
17
.DS_Store
18
profile