You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2012/11/16 21:42:10 UTC

android commit: Update .gitignore

Updated Branches:
  refs/heads/master 6c19a440f -> ce05a720d


Update .gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/ce05a720
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/ce05a720
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/ce05a720

Branch: refs/heads/master
Commit: ce05a720d1c3d7b84e9a4b34b7134e369de9a26d
Parents: 6c19a44
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Nov 14 21:11:35 2012 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Nov 16 15:41:38 2012 -0500

----------------------------------------------------------------------
 .gitignore |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/ce05a720/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9f90a6b..e73b34b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,28 +4,29 @@ gen
 assets/www/cordova.js
 framework/assets/www/.tmp*
 local.properties
-framework/proguard.cfg
-framework/cordova.jar
-framework/cordova-*.jar
-framework/phonegap-*.jar
+framework/lib
+proguard.cfg
+proguard.cfg
+proguard-project.txt
 framework/bin
 framework/test/org/apache/cordova/*.class
 framework/assets/www/.DS_Store
 framework/assets/www/cordova-*.js
 framework/assets/www/phonegap-*.js
 framework/libs
+test/libs
 example
 ./test
 test/bin
 test/assets/www/.tmp*
 tmp/**
-*.tmp
-test/libs/*.jar
 bin/node_modules
 .metadata
-*.bak
 tmp/**/*
-*.swp
 Thumbs.db
 Desktop.ini
-
+*.tmp
+*.bak
+*.swp
+*.class
+*.jar