fdroidserver/.gitignore
Hans-Christoph Steiner 2e1ec71404 buildserver: send config to vagrant via YAML file
Python can easily output dicts as YAML, and a Vagrantfile is a ruby script,
which can easily read YAML.  Going this route means that Vagrantfile can
ultimately be committed to git, and the configuration will happen all via
Python dicts output as YAML.  That makes it drastically easier to follow
the code, and to make modifications.
2016-07-04 23:54:52 +02:00

30 lines
387 B
Text

/config.py
/makebs.config.py
*~
*.pyc
*.class
*.box
# files generated by build
build/
dist/
env/
fdroidserver.egg-info/
pylint.parseable
/.testfiles/
docs/html/
# files generated by tests
tmp/
tests/repo/icons*
# files used in manual testing
/buildserver/Vagrantfile.yaml
/config.py
/tmp/
/logs/
/metadata/
makebuildserver.config.py
/tests/config.py
/tests/fdroid-icon.png
/unsigned/