mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
.gitignore update
This commit is contained in:
parent
1d30f32540
commit
03c32e40b7
1 changed files with 8 additions and 5 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -24,9 +24,8 @@ lib64
|
|||
pip/
|
||||
share/
|
||||
tests/integration/tmp/
|
||||
|
||||
# tox - ignore any tox-created virtualenv dirs
|
||||
.tox
|
||||
tests/cachedir/
|
||||
tests/unit/templates/roots/
|
||||
|
||||
# setuptools stuff
|
||||
*.egg-info
|
||||
|
@ -52,8 +51,8 @@ htmlcov/
|
|||
tags
|
||||
|
||||
# ignore Vagrant file
|
||||
Vagrantfile
|
||||
.vagrant
|
||||
**/Vagrantfile
|
||||
**/.vagrant
|
||||
|
||||
# Compiled translation files should not be VCS'ed
|
||||
# locale/zh_CN/LC_MESSAGES/topics/virt/nic.mo
|
||||
|
@ -65,6 +64,10 @@ _version.py
|
|||
|
||||
# Ignore grains file written out during tests
|
||||
tests/integration/files/conf/grains
|
||||
/salt/_syspaths.py
|
||||
|
||||
# ignore the local root
|
||||
/root/**
|
||||
|
||||
# Ignore file cache created by jinja tests
|
||||
tests/unit/templates/roots
|
||||
|
|
Loading…
Add table
Reference in a new issue