1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00
fdroidserver/.gitignore
Hans-Christoph Steiner 66df02d5f8 init: --android-home for forcing the path to the Android SDK
This allows the user to set the path to their Android SDK from the command
line. This option is named after the standard env var ANDROID_HOME, as used
in the build.xml generated by `android update project`.  --android-home
takes precendence over the ANDROID_HOME env var if it is set.
2014-04-23 19:33:10 -04:00

14 lines
150 B
Plaintext

/config.py
/makebs.config.py
*~
*.pyc
*.class
*.box
# files generated by build
build/
dist/
env/
fdroidserver.egg-info/
pylint.parseable
/.testfiles/