diff options
author | Justin Hartman <justin@hartman.me> | 2019-05-12 15:24:48 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-05-12 10:24:48 -0300 |
commit | 837181e2f60198de3701a1f87e66aaf8e69d0e07 (patch) | |
tree | 7c518037e4a614bb475c9e6584146ecffab97101 /Global | |
parent | b5aa92c05f3659fcb5910836199ce836291158be (diff) | |
download | gitignore-837181e2f60198de3701a1f87e66aaf8e69d0e07.tar.gz gitignore-837181e2f60198de3701a1f87e66aaf8e69d0e07.zip |
Updated Xcode.gitignore template with a Patch (#2566)
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Xcode.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index cd0c7d3e..7a46c015 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,3 +21,10 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 + +## Xcode Patch +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno |