mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
a43fef7dbf
added/updated compile instructions in setup.md added some eclipse generated files to .gitignore
30 lines
No EOL
452 B
Text
30 lines
No EOL
452 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
target/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
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-project.txt
|
|
|
|
# Should not be commited inside this repo:
|
|
actionbarsherlock/ |