[git] Add global gitignore
This commit is contained in:
parent
bb7052b2d2
commit
4fd47e164e
1 changed files with 23 additions and 0 deletions
23
gitignore
Normal file
23
gitignore
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# OS X
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Xcode
|
||||||
|
build/
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
xcuserdata
|
||||||
|
*.xccheckout
|
||||||
|
*.moved-aside
|
||||||
|
DerivedData
|
||||||
|
*.xcuserstate
|
||||||
|
|
||||||
|
# Build files
|
||||||
|
*.[oa]
|
||||||
|
*.so
|
||||||
|
*.pyc
|
Loading…
Add table
Add a link
Reference in a new issue