Skip to content

Commit b5816b8

Browse files
committed
Added a .gitignore.
1 parent 9562949 commit b5816b8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Exclude the build directory
2+
build/*
3+
examples/FilterShowcase/build*
4+
5+
# Exclude temp nibs and swap files
6+
*~.nib
7+
*.swp
8+
9+
# Exclude OS X folder attributes
10+
.DS_Store
11+
.svn
12+
13+
# Exclude user-specific XCode 3 and 4 files
14+
*.mode1
15+
*.mode1v3
16+
*.mode2v3
17+
*.perspective
18+
*.perspectivev3
19+
*.pbxuser
20+
*.xcworkspace
21+
xcuserdata
22+
23+
# Documentation
24+
documentation/*
25+

0 commit comments

Comments
 (0)