2020-04-29 17:05:00 +00:00
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
|
|
|
|
## User settings
|
|
|
|
xcuserdata/
|
|
|
|
|
|
|
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
|
|
|
*.xcscmblueprint
|
|
|
|
*.xccheckout
|
|
|
|
|
|
|
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
|
|
|
build/
|
|
|
|
DerivedData/
|
|
|
|
*.moved-aside
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
|
2020-05-03 21:20:05 +00:00
|
|
|
## Other
|
2020-05-01 17:42:14 +00:00
|
|
|
*.o
|
2020-05-03 21:20:05 +00:00
|
|
|
*.dylib
|
|
|
|
*.so
|
2020-05-16 20:54:06 +00:00
|
|
|
*.elf
|
|
|
|
*.nacp
|
|
|
|
*.nro
|
2020-05-03 21:20:05 +00:00
|
|
|
third_party/opus
|
2020-05-12 19:19:12 +00:00
|
|
|
third_party/ffmpeg
|
2020-06-04 19:52:14 +00:00
|
|
|
working_dir
|
2021-02-08 19:08:12 +00:00
|
|
|
crash_reports
|