diff options
| author | Paolo Bosetti <[email protected]> | 2012-08-13 16:23:46 +0200 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-08-13 16:23:46 +0200 |
| commit | 05127776cf0c528b549d723ba2e325332e49ced9 (patch) | |
| tree | b49194e47b8f483b91be90afd06c359c64bc3700 /xcode | |
| parent | aa0d2f91447c49363059f2e95cb9023f65a6fbef (diff) | |
| download | mruby-05127776cf0c528b549d723ba2e325332e49ced9.tar.gz mruby-05127776cf0c528b549d723ba2e325332e49ced9.zip | |
Modified and made more clear Xcode project schemes. Also, removed /build form main .gitignore
Diffstat (limited to 'xcode')
| -rw-r--r-- | xcode/.gitignore | 3 | ||||
| -rw-r--r-- | xcode/build/.gitkeep | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/xcode/.gitignore b/xcode/.gitignore index 6c2e56967..978bd5244 100644 --- a/xcode/.gitignore +++ b/xcode/.gitignore @@ -1,3 +1,2 @@ xcuserdata -build/lib -build/m*
\ No newline at end of file +build/
\ No newline at end of file diff --git a/xcode/build/.gitkeep b/xcode/build/.gitkeep deleted file mode 100644 index e69de29bb..000000000 --- a/xcode/build/.gitkeep +++ /dev/null |
