salt/.gitignore
Henrik Holmboe 1e02d74c45 Ignore Vagrantfile
Allows me to keep a custom Vagrantfile in my git clone and work with my Salt code in /vagrant inside the VM.
2013-08-23 17:39:06 +02:00

43 lines
624 B
Plaintext

build
*.py[co]
pkg/arch/*.tar.xz
*.swp
doc/_build
dist
MANIFEST
*~
*#
*.wpr
*.wpu
# 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/
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/
/.project
/.pydevproject
/.idea
# ignore ctags file
tags
# ignore Vagrant file
Vagrantfile