44 lines
583 B
Plaintext
44 lines
583 B
Plaintext
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
.DS_Store
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*.dSYM
|
|
*.bak
|
|
|
|
# IDE project
|
|
*.project
|
|
*.buildpath
|
|
.idea/*
|
|
.idea
|
|
|
|
# Xcode
|
|
## gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
.build/ |