salt/.gitignore
Elias Probst a39dfb98a2 Add 'lib64' to .gitignore which might be created by 'virtualenv'.
On 64bit systems, 'lib64' might be created as a symlink to './lib'.
2014-11-18 17:05:15 +01:00

65 lines
1001 B
Plaintext

/build
*.py[co]
pkg/arch/*.tar.xz
*.swp
doc/_build
dist
MANIFEST
*~
*#
*.wpr
*.wpu
*.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/
include/
lib/
lib64
pip/
share/
tests/integration/tmp/
# tox - ignore any tox-created virtualenv dirs
.tox
# setuptools stuff
*.egg-info
# code coverage outputs genereated by coverage.py
.coverage
coverage.xml
htmlcov/
# IDE files
/.project
/.pydevproject
/.idea
/.ropeproject
.ropeproject
/*.iml
*.sublime-project
*.sublime-workspace
# ignore ctags file
tags
# ignore Vagrant file
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
# Ignore grains file written out during tests
tests/integration/files/conf/grains