salt/.gitignore

44 lines
633 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
2013-07-10 08:59:48 +00:00
*~
*#
2013-08-06 23:30:37 +00:00
*.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
2012-05-02 16:28:02 +00:00
# setuptools stuff
*.egg-info
# code coverage outputs genereated by coverage.py
.coverage
coverage.xml
htmlcov/
2012-05-23 19:33:59 +00:00
/.project
/.pydevproject
2013-02-24 20:39:08 +00:00
/.idea
2013-02-02 08:03:52 +00:00
# ignore ctags file
tags
# ignore Vagrant file
2013-08-23 15:56:15 +00:00
Vagrantfile
.vagrant