gvaldap/.gitignore
Jan Dittberner 6a8997e950 Add initial Vagrant/Saltstack setup
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.
2016-01-29 23:26:57 +01:00

44 lines
360 B
Plaintext

# 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/