mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2024-12-26 11:32:37 +00:00
d5c1acb57e
Signed-off-by: Roopesh Chander <roop@roopc.net>
48 lines
653 B
Plaintext
48 lines
653 B
Plaintext
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
.DS_Store
|
|
.idea
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xcscheme
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
|
|
# Fastlane
|
|
*.app.dSYM.zip
|
|
*.mobileprovision
|
|
fastlane/report.xml
|
|
fastlane/screenshots
|
|
fastlane/test_output
|
|
Preview.html
|
|
output
|
|
|
|
# Wireguard specific
|
|
WireGuard/WireGuard/Config/Developer.xcconfig
|
|
|
|
# Vim
|
|
.*.sw*
|