diff options
author | Robinson Presotto <robipresotto@gmail.com> | 2017-01-26 22:25:00 +0100 |
---|---|---|
committer | Robinson Presotto <robipresotto@gmail.com> | 2017-01-26 22:25:00 +0100 |
commit | 23adefa4be450685d9a1edd7637dc5d0299eaa90 (patch) | |
tree | eb0182916fa7cdb0667078ab919d434e6908b3e4 | |
parent | a41bfbea916d6d2e010d0d232895f9c65bd0d502 (diff) | |
download | gitignore-23adefa4be450685d9a1edd7637dc5d0299eaa90.tar.gz gitignore-23adefa4be450685d9a1edd7637dc5d0299eaa90.zip |
Ignore xcworkspace for UnrealEngine Xcode projects
-rw-r--r-- | UnrealEngine.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index beec7b91..018fd5f1 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -36,6 +36,7 @@ # These project files can be generated by the engine *.xcodeproj +*.xcworkspace *.sln *.suo *.opensdf |