Commit Graph

19 Commits

Author SHA1 Message Date
Pedro Algarvio
23559d4240 Add the message catalog template files. 2013-10-12 23:22:44 +01:00
Pedro Algarvio
3cd0ac8642 Add support for other documentation languages. 2013-10-11 23:23:17 +01:00
Samuel M Smith
c446e1dbd3 added .DS_Store 2013-09-12 10:34:36 -06:00
Henrik Holmboe
88d084fe21 One more file to ignore for Vagrant 2013-08-23 17:56:15 +02:00
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
Samuel M Smith
c5f78868fd ignore wingide project files 2013-08-06 17:30:37 -06:00
jspc
bb10e8cee2 Ignore emacsen files 2013-07-10 10:27:04 +01:00
Henrik Holmboe
90befc876c Ignore IntelliJ PyCharm files. 2013-02-24 21:39:08 +01:00
Stephen McQuay
21ad097985 Ignore file created by ctags -R 2013-02-02 00:11:46 -08:00
Baiju Muthukadan
4668e2c5d8 ignore 'tmp' directory created by integration test 2012-07-01 03:46:43 +05:30
L.C. Rees
f206a4563d - pep 8 adjustments 2012-05-23 13:33:59 -06:00
Baiju Muthukadan
58a44cb100 ignore code coverage outputs
Added code coverage outputs genereated by
coverage.py to .gitignore .  To generate code
coverage report, run this command:

  coverage run tests/runtests.py

To produce HTML coverage repot (`htmlcov/index.html`):

  coverage html --omit=tests/*

To produce Cobertura compliant XML for Jenkins:

  coverage xml --omit=tests/*
2012-05-07 17:08:48 +05:30
Marc Abramowitz
68603a1e07 Add *.egg-info to .gitignore 2012-05-02 09:28:02 -07:00
Monty Taylor
12fd1315f8 Add tox config.
Add a config file for tox to enable running salt tests in a set of
virtualenvs for different versions of python. Add stanzas to allow
for running tests against 2.6, 2.7 and 3.2.

First step - pip install tox. Then, to run tests in a virtualenv
against all three, simply type:

tox

If you want to  run against just one, try:

tox -epy26

And if you want to see more, do:

tox -v -epy26
2012-04-20 13:19:39 -07:00
Seth House
4e4694890d Added MANIFEST and dist directory to .gitignore 2012-01-08 09:46:47 -07:00
Kent Tenney
c9a5a498f8 add ignores for vim *.swp files, sphinx generated doc/_build/ 2011-12-01 10:09:03 -06:00
Markus Gattol
5a0f37fb5b allow to put a virtualenv right on top off salt
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-09 16:38:13 +00:00
Erik Nolte
9afcd36014 Ignore .pyc, .pyo, and .tar.xz 2011-08-02 13:44:22 -06:00
Erik Nolte
e2df7843f7 Ignore .pyc, .pyo, and .tar.xz in git 2011-08-02 13:41:31 -06:00