salt/.gitignore

30 lines
491 B
Plaintext
Raw Normal View History

2011-08-02 19:41:31 +00:00
build
2011-08-02 19:44:22 +00:00
*.py[co]
2011-08-02 19:41:31 +00:00
pkg/arch/*.tar.xz
*.swp
doc/_build
dist
MANIFEST
# 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/
# tox - ignore any tox-created virtualenv dirs
.tox
2012-05-02 16:28:02 +00:00
# setuptools stuff
*.egg-info
# code coverage outputs genereated by coverage.py
.coverage
coverage.xml
htmlcov/