Updating the .gitignore file

This commit is contained in:
macdonst
2012-08-23 12:38:40 -04:00
parent e11f8f646b
commit b00cd9b557
+11 -1
View File
@@ -13,9 +13,19 @@ framework/test/org/apache/cordova/*.class
framework/assets/www/.DS_Store
framework/assets/www/cordova-*.js
framework/assets/www/phonegap-*.js
framework/libs
example
./test
tmp
test/bin
test/assets/www/.tmp*
tmp/**
*.tmp
test/libs/*.jar
bin/node_modules
.metadata
*.bak
tmp/**/*
*.swp
Thumbs.db
Desktop.ini