Skip to content

Commit 6966bc7

Browse files
committed
Beginning the repository with the first exercise.
0 parents  commit 6966bc7

File tree

11 files changed

+913
-0
lines changed

11 files changed

+913
-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)