diff options
author | Damiano Galassi <[email protected]> | 2015-08-29 17:43:48 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-08-29 17:43:48 +0200 |
commit | 466fabc71c654719ef77d4d168b443e5c45b9a84 (patch) | |
tree | 6c90aa48c7a43f3afd0dd0b9e8dfbcefd3041474 /.gitignore | |
parent | 6b6c9046d5d9e7537fbf7cada6e3e28e7099a456 (diff) |
Git Ignore: Ignore files created by Xcode
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 478e73a87..13f71124a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ # Ignore output created by Visual Studio
win/CS/*/bin
win/CS/*/obj
-win/CS/*.suo
\ No newline at end of file +win/CS/*.suo + +# Ignore Xcode user data +xcuserdata |