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 | |
| 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
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | xcode/.gitignore | 3 | ||||
| -rw-r--r-- | xcode/build/.gitkeep | 0 |
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 73c830dfb..797f98917 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ cscope.out /bin /mrblib/mrblib.c /mrblib/*.*tmp -/build /test/mrbtest /test/mrbtest.c /test/*.*tmp 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 |
