diff options
author | Daniel Loffgren <daniel@loffgren.org> | 2015-08-03 21:53:39 -0700 |
---|---|---|
committer | Daniel Loffgren <daniel@loffgren.org> | 2015-08-03 21:53:39 -0700 |
commit | 305c30778dd7f408360f25b326297eb1b22b1b20 (patch) | |
tree | bef9360045d603710896e2496a146108a9dd4c2f /.gitignore | |
parent | a69ca9fa486eb468ff9f9f43da4df43ae5bec92f (diff) |
Added some ignores for OS X to make git status bearable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,8 @@ local.properties *.vspscc .builds *.dotCover +*.o +*.dylib ## TODO: If you have NuGet Package Restore enabled, uncomment this #packages/ @@ -161,3 +163,5 @@ pip-log.txt # Mac crap .DS_Store +**/project.xcworkspace +**/xcuserdata |