Allow the upload of project.properties and ant.properties files

This commit is contained in:
David A. Velasco 2013-11-13 12:04:07 +01:00
parent 79ebc75dfa
commit 02edfaeea0
1 changed files with 10 additions and 6 deletions

16
.gitignore vendored
View File

@ -13,18 +13,22 @@ bin/
gen/
target/
# Local configuration file (sdk path, etc)
# Local configuration files (sdk path, etc)
local.properties
oc_workaround/local.properties
oc_framework/local.properties
oc_framework-test-project/local.properties
tests/local.properties
# Mac .DS_Store files
.DS_Store
# These files are created automatically by Eclipse:
tests/proguard-project.txt
tests/project.properties
tests/ant.properties
tests/build.xml
# Proguard README
proguard-project.txt
oc_workaround/proguard-project.txt
oc_framework/proguard-project.txt
oc_framework-test-project/proguard-project.txt
tests/proguard-project.txt
# Should not be commited inside this repo:
actionbarsherlock/