Jan Dittberner
6a8997e950
This commit adds an initial Vagrant and Saltstack setup that reuses the same configuration as that of the gva repository. The LDAP server itself is not configured yet.
43 lines
360 B
Text
43 lines
360 B
Text
# Python bytecode:
|
|
*.py[co]
|
|
|
|
# Packaging files:
|
|
*.egg*
|
|
|
|
# Sphinx docs:
|
|
build
|
|
|
|
# SQLite3 database files:
|
|
*.db
|
|
|
|
# Logs:
|
|
*.log
|
|
|
|
# Eclipse
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
|
|
# Linux Editors
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
*.swp
|
|
*.swo
|
|
|
|
# Mac
|
|
.DS_Store
|
|
._*
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
.ropeproject
|
|
_build/
|
|
.vagrant/
|