From 0890c4ec0c1c1076517ee0c2637987bbc96f789f Mon Sep 17 00:00:00 2001 From: Brock Whitten Date: Mon, 16 Nov 2009 13:38:49 -0800 Subject: [PATCH] added gitignore for android. moved project specific ignores into respective directories --- .gitignore | 6 +----- android/.gitignore | 4 ++++ iphone/.gitignore | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 android/.gitignore diff --git a/.gitignore b/.gitignore index 9d5777f7..fd5bba41 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,4 @@ tmp lib docs -*.xcodeproj/* !*.xcodeproj/project.pbxproj -android/default.properties -android/bin/* -android/gen/* -android/assets/www/phonegap.js + diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 00000000..90eca753 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,4 @@ +default.properties +bin +gen +assets/www/phonegap.js \ No newline at end of file diff --git a/iphone/.gitignore b/iphone/.gitignore index 85b415bc..3081b53a 100755 --- a/iphone/.gitignore +++ b/iphone/.gitignore @@ -1,4 +1,5 @@ -build/* +build +*.xcodeproj/* !*.xcodeproj/project.pbxproj *.pbxuser *.perspectivev3 *.mode1v3