From b54c45b7a31e8cbdf672c2043dabb45a6f8bac6e Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Tue, 2 Nov 2021 12:37:28 +0100 Subject: [PATCH] IPS-67 Own mac build directory --- build-mac/.gitignore | 92 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 build-mac/.gitignore diff --git a/build-mac/.gitignore b/build-mac/.gitignore new file mode 100644 index 0000000..89af672 --- /dev/null +++ b/build-mac/.gitignore @@ -0,0 +1,92 @@ +*.swp + +### Objective-C ### +# Xcode + +## Build generated +build/ +DerivedData/ + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa +*.dSYM.zip +*.dSYM + +### Objective-C Patch ### + +### OSX ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +.build/ + + +### Xcode Patch ### +**/xcshareddata/WorkspaceSettings.xcsettings + +# vim workspace +ws + +# Python runtime files +__pycache__/ +*.py[cod] +*$py.class + +# C build ouptut +*.so +*.a +*.o + +#Build folders +build/