diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 05:55:41 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 05:55:41 -0400 |
commit | db79054a031c9d7553f823f7438a79459ee0fa62 (patch) | |
tree | 3b378c97fe4f5252cb59c8fca801d592a493e927 /.gitignore | |
parent | 4f2a33e550e941ffebebe0697cd362a977fdc2f6 (diff) |
Update .gitignore for new Xcode notification.
Use slightly more specific rules.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b259795f8..aeee0503a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,9 @@ win/CS/HandBrakeAppX/AppPackages/**/* win/CS/HandBrakeAppX/BundleArtifacts/**/* *.ide -# Xcode user data -xcuserdata +# Xcode +macosx/**/xcuserdata +macosx/**/xcshareddata/IDEWorkspaceChecks.plist # Build system build/ |