diff options
author | Ladislav Zezula <zezula@volny.cz> | 2015-08-05 08:09:18 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2015-08-05 08:09:18 +0200 |
commit | 2ae885a77c82c8323c58bf2e3d796475c2fda3aa (patch) | |
tree | bef9360045d603710896e2496a146108a9dd4c2f /.gitignore | |
parent | 922d3a82b897f3cbe45b45d4e072361c681a8959 (diff) | |
parent | 305c30778dd7f408360f25b326297eb1b22b1b20 (diff) |
Merge pull request #49 from RyuKojiro/osx
Fixed building the framework/library on OS X
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 |