mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
24 lines
408 B
Text
24 lines
408 B
Text
build
|
|
*.py[co]
|
|
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
|
|
|
|
# setuptools stuff
|
|
*.egg-info
|