Initial commit

This commit is contained in:
Wojciech Nagrodzki 2013-02-19 11:09:11 -08:00
commit cb1be6dc78
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569
2 changed files with 20 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/

2
README.md Normal file
View file

@ -0,0 +1,2 @@
ViewControllerContainment
=========================