Updated Branches: refs/heads/master c6664c84c -> e18521609
Have create script include .gitignore file. Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/e1852160 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/e1852160 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/e1852160 Branch: refs/heads/master Commit: e185216094224560b63487c5f62e3051e2449d68 Parents: c6664c8 Author: Carlos Rosquillas <[email protected]> Authored: Sat Jun 29 16:01:34 2013 -0700 Committer: Andrew Grieve <[email protected]> Committed: Tue Jul 2 15:37:15 2013 -0400 ---------------------------------------------------------------------- bin/create | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e1852160/bin/create ---------------------------------------------------------------------- diff --git a/bin/create b/bin/create index cd75c34..bbaaaf2 100755 --- a/bin/create +++ b/bin/create @@ -130,6 +130,7 @@ if [[ $USE_SHARED = 1 ]]; then else # Copy in the CordovaLib directory. mkdir -p "$PROJECT_PATH/CordovaLib/CordovaLib.xcodeproj" + cp "$R/.gitignore" "$PROJECT_PATH/" cp -r "$BINDIR/../CordovaLib/Classes" "$PROJECT_PATH/CordovaLib" cp "$BINDIR/../CordovaLib/VERSION" "$PROJECT_PATH/CordovaLib" cp "$BINDIR/../CordovaLib/cordova.js" "$PROJECT_PATH/CordovaLib"
