salt/.gitignore

84 lines
1.3 KiB
Plaintext
Raw Normal View History

2013-07-03 11:02:01 +00:00
/build
/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]
doc/_build
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
# 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/
/etc/
/include/
/lib/
/lib64/
/local/
/pip/
/share/
/tests/integration/tmp/
/tests/cachedir/
/tests/unit/templates/roots/
/var/
2012-05-02 16:28:02 +00:00
# setuptools stuff
*.egg-info
# code coverage outputs genereated by coverage.py
.coverage
coverage.xml
htmlcov/
# IDE files
/.settings
2012-05-23 19:33:59 +00:00
/.project
/.pydevproject
2013-02-24 20:39:08 +00:00
/.idea
/.ropeproject
.ropeproject
*_flymake.py
2014-01-16 23:37:33 +00:00
/*.iml
*.sublime-project
*.sublime-workspace
2013-02-02 08:03:52 +00:00
# ignore ctags file
tags
# ignore Vagrant file
2015-05-27 22:40:31 +00:00
**/Vagrantfile
**/.vagrant
# Compiled translation files should not be VCS'ed
# locale/zh_CN/LC_MESSAGES/topics/virt/nic.mo
*.mo
.doctrees
# Allow a user to set their own _version.py for testing
_version.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/**
# Ignore file cache created by jinja tests
tests/unit/templates/roots
2015-10-11 16:07:14 +00:00
# Pycharm
.idea
# Ignore the log directory created by tests
/logs
tests/integration/cloud/providers/logs