salt/.gitignore

32 lines
516 B
Plaintext
Raw Normal View History

2012-06-23 20:40:42 +00:00
build
2012-04-29 14:02:54 +00:00
*.py[co]
2012-06-23 20:40:42 +00:00
pkg/arch/*.tar.xz
*.swp
doc/_build
2012-04-29 14:02:54 +00:00
dist
2012-06-23 20:40:42 +00:00
MANIFEST
2012-04-29 14:02:54 +00:00
2012-06-23 20:40:42 +00:00
# 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/
2012-04-29 14:02:54 +00:00
2012-06-23 20:40:42 +00:00
# tox - ignore any tox-created virtualenv dirs
2012-04-29 14:02:54 +00:00
.tox
2012-06-23 20:40:42 +00:00
# setuptools stuff
*.egg-info
2012-04-29 14:02:54 +00:00
2012-06-23 20:40:42 +00:00
# code coverage outputs genereated by coverage.py
.coverage
coverage.xml
htmlcov/
/.project
/.pydevproject