/.gitignore
https://code.google.com/ · gitignore · 37 lines · 24 code · 6 blank · 7 comment · 0 complexity · 77de004e5efa364922ee366b87e821ec MD5 · raw file
- # OSX Specific System Files
- .DS_Store
- profile
- *.swp
- ehthumbs.db
- Thumbs.db
- # Backup files
- *~.nib
- # Generated Docs
- Documentation/*
- # Xcode Specific Files
- build/*
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- *.xcworkspace
- !default.xcworkspace
- xcuserdata
- *.moved-aside
- # Textmate - if you build your xcode projects with it
- *.tm_build_errors
- # old skool
- .svn
- #new skewl
- .hgignore
- .hg