projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
79ebc75
)
Allow the upload of project.properties and ant.properties files
author
David A. Velasco
<dvelasco@solidgear.es>
Wed, 13 Nov 2013 11:04:07 +0000
(12:04 +0100)
committer
David A. Velasco
<dvelasco@solidgear.es>
Wed, 13 Nov 2013 11:04:07 +0000
(12:04 +0100)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index
ac30011
..
9b9bd8e
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-13,18
+13,22
@@
bin/
gen/
target/
gen/
target/
-# Local configuration file (sdk path, etc)
+# Local configuration file
s
(sdk path, etc)
local.properties
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
# 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
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/
\ No newline at end of file
# Should not be commited inside this repo:
actionbarsherlock/
\ No newline at end of file