2013-07-03 11:02:01 +00:00
|
|
|
/build
|
2014-12-19 14:03:59 +00:00
|
|
|
/src
|
2011-08-02 19:44:22 +00:00
|
|
|
*.py[co]
|
2011-08-02 19:41:31 +00:00
|
|
|
pkg/arch/*.tar.xz
|
2014-11-07 23:50:55 +00:00
|
|
|
*.sw[pon]
|
2011-12-01 16:09:03 +00:00
|
|
|
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
|
2013-09-11 22:52:34 +00:00
|
|
|
*.DS_Store
|
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
|
2015-09-29 22:06:01 +00:00
|
|
|
/bin/
|
|
|
|
/etc/
|
|
|
|
/include/
|
|
|
|
/lib/
|
|
|
|
/lib64/
|
|
|
|
/local/
|
|
|
|
/pip/
|
|
|
|
/share/
|
|
|
|
/tests/integration/tmp/
|
|
|
|
/tests/cachedir/
|
|
|
|
/tests/unit/templates/roots/
|
|
|
|
/var/
|
2011-11-09 16:38:13 +00:00
|
|
|
|
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/
|
2013-10-14 08:10:26 +00:00
|
|
|
|
|
|
|
# IDE files
|
2015-05-27 22:02:53 +00:00
|
|
|
/.settings
|
2012-05-23 19:33:59 +00:00
|
|
|
/.project
|
|
|
|
/.pydevproject
|
2013-02-24 20:39:08 +00:00
|
|
|
/.idea
|
2013-10-14 08:10:26 +00:00
|
|
|
/.ropeproject
|
2014-08-29 11:03:26 +00:00
|
|
|
.ropeproject
|
2014-11-03 20:28:03 +00:00
|
|
|
*_flymake.py
|
2014-01-16 23:37:33 +00:00
|
|
|
/*.iml
|
2014-02-20 11:23:43 +00:00
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2013-02-02 08:03:52 +00:00
|
|
|
|
|
|
|
# ignore ctags file
|
|
|
|
tags
|
2013-08-23 15:39:06 +00:00
|
|
|
|
|
|
|
# ignore Vagrant file
|
2015-05-27 22:40:31 +00:00
|
|
|
**/Vagrantfile
|
|
|
|
**/.vagrant
|
2013-10-11 22:23:17 +00:00
|
|
|
|
|
|
|
# Compiled translation files should not be VCS'ed
|
|
|
|
# locale/zh_CN/LC_MESSAGES/topics/virt/nic.mo
|
|
|
|
*.mo
|
2013-10-12 22:22:44 +00:00
|
|
|
.doctrees
|
2014-06-12 19:41:03 +00:00
|
|
|
|
|
|
|
# Allow a user to set their own _version.py for testing
|
|
|
|
_version.py
|
2014-08-11 20:32:17 +00:00
|
|
|
|
2016-04-18 14:40:54 +00:00
|
|
|
# Ignore auto generated _syspaths.py file
|
|
|
|
_syspaths.py
|
|
|
|
|
2014-08-11 20:32:17 +00:00
|
|
|
# Ignore grains file written out during tests
|
|
|
|
tests/integration/files/conf/grains
|
2015-05-27 22:40:31 +00:00
|
|
|
/salt/_syspaths.py
|
|
|
|
|
|
|
|
# ignore the local root
|
|
|
|
/root/**
|
2015-01-26 19:10:54 +00:00
|
|
|
|
|
|
|
# Ignore file cache created by jinja tests
|
|
|
|
tests/unit/templates/roots
|
2015-10-11 16:07:14 +00:00
|
|
|
|
|
|
|
# Pycharm
|
|
|
|
.idea
|
2015-10-17 17:45:04 +00:00
|
|
|
|
|
|
|
# Ignore the log directory created by tests
|
|
|
|
/logs
|
2016-01-02 15:43:30 +00:00
|
|
|
tests/integration/cloud/providers/logs
|
2016-01-02 15:45:04 +00:00
|
|
|
|
|
|
|
# Private keys from the integration tests
|
|
|
|
tests/integration/cloud/providers/pki/minions
|
2017-10-12 19:37:24 +00:00
|
|
|
|
|
|
|
# Ignore kitchen stuff
|
|
|
|
.kitchen
|
|
|
|
.bundle
|
|
|
|
Gemfile.lock
|