anvil/.gitignore
Doug Hellmann 0018c7cccf Move the password generation logic to its own class and out of the config
parser to cut down on the number of places that have component-specific
configuration knowledge.

Add a --no-prompt-passwords flag to stack for users that want
auto-generated passwords without having to press enter for each
one.

Pork:
- Ignore the emacs TAGS file.
2012-03-12 18:31:57 -04:00

16 lines
131 B
Plaintext

*.pyc
.settings/
.venv
build/
dist/
doc/source/sourcecode
*.db
.*.swp
*.log
*.pid
pidfile
*.komodoproject
.coverage
.DS_Store
TAGS