mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
1e02d74c45
Allows me to keep a custom Vagrantfile in my git clone and work with my Salt code in /vagrant inside the VM.
43 lines
624 B
Plaintext
43 lines
624 B
Plaintext
build
|
|
*.py[co]
|
|
pkg/arch/*.tar.xz
|
|
*.swp
|
|
doc/_build
|
|
dist
|
|
MANIFEST
|
|
*~
|
|
*#
|
|
*.wpr
|
|
*.wpu
|
|
|
|
# virtualenv
|
|
# - ignores directories of a virtualenv when you create it right on
|
|
# top of salt such as
|
|
# - /some/path$ git clone https://github.com/thatch45/salt.git
|
|
# - /some/path$ virtualenv --python=/usr/bin/python2.6 salt
|
|
bin/
|
|
include/
|
|
lib/
|
|
pip/
|
|
share/
|
|
tests/integration/tmp/
|
|
|
|
# tox - ignore any tox-created virtualenv dirs
|
|
.tox
|
|
|
|
# setuptools stuff
|
|
*.egg-info
|
|
|
|
# code coverage outputs genereated by coverage.py
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
/.project
|
|
/.pydevproject
|
|
/.idea
|
|
|
|
# ignore ctags file
|
|
tags
|
|
|
|
# ignore Vagrant file
|
|
Vagrantfile |