diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-07-23 20:14:41 +0800 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-07-23 09:14:41 -0300 |
commit | 9df8aa603708600507c9ccb8f6e8d566a332e8ff (patch) | |
tree | 6a4a82f44c979bfa342abf67fb281dea6d5ace75 /Global | |
parent | 1bf740f9e861f6ace38b188942490164c92d1cb3 (diff) | |
download | gitignore-9df8aa603708600507c9ccb8f6e8d566a332e8ff.tar.gz gitignore-9df8aa603708600507c9ccb8f6e8d566a332e8ff.zip |
Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132)
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Xcode.gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 7a46c015..91055468 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -22,9 +22,5 @@ DerivedData/ *.perspectivev3 !default.perspectivev3 -## Xcode Patch -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcworkspace/contents.xcworkspacedata +## Gcc Patch /*.gcno |