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
|
2011-12-01 16:09:03 +00:00
|
|
|
*.swp
|
|
|
|
doc/_build
|
2012-01-08 16:46:47 +00:00
|
|
|
dist
|
|
|
|
MANIFEST
|
2013-07-10 08:59:48 +00:00
|
|
|
*~
|
|
|
|
*#
|
2013-08-06 23:30:37 +00:00
|
|
|
*.wpr
|
|
|
|
*.wpu
|
2011-11-09 16:38:13 +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-06-30 22:16:43 +00:00
|
|
|
tests/integration/tmp/
|
2011-11-09 16:38:13 +00:00
|
|
|
|
2012-04-19 18:15:25 +00:00
|
|
|
# tox - ignore any tox-created virtualenv dirs
|
|
|
|
.tox
|
2012-05-02 16:28:02 +00:00
|
|
|
|
|
|
|
# setuptools stuff
|
|
|
|
*.egg-info
|
2012-05-07 11:38:48 +00:00
|
|
|
|
|
|
|
# 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
|
2013-08-23 15:39:06 +00:00
|
|
|
|
|
|
|
# ignore Vagrant file
|
|
|
|
Vagrantfile
|