Jerzy Drozdz
03c32e40b7
.gitignore update
2015-05-28 00:40:31 +02:00
Jerzy Drozdz
1d30f32540
Added new RH route template for RHEL6 and newer
2015-05-28 00:02:53 +02:00
Felix Dreissig
6828c4b112
Remove Tox config
...
The 'tox.ini' file looks like an artifact from the past. It is unusable
at least since requirements have been moved to their own directory.
2015-04-18 21:11:30 +02:00
Julien Lavergne
1c91622fa6
added recursive ignored vagrant project files
2015-04-17 18:51:26 +02:00
rallytime
9898fcf613
Merge branch '2015.2' into 'develop'
...
Conflicts:
.gitignore
.pylintrc
.testing.pylintrc
salt/client/mixins.py
salt/cloud/clouds/msazure.py
salt/config.py
salt/modules/mount.py
salt/runners/doc.py
salt/utils/event.py
salt/utils/reactor.py
2015-01-29 17:24:04 -07:00
rallytime
c65d9673a7
Merge branch '2014.7' into merge_forward_fifteen_second_try
...
Conflicts:
salt/states/file.py
2015-01-29 13:42:49 -07:00
Erik Johnson
4807d7d3da
Ignore file cache created by jinja tests
2015-01-26 13:10:54 -06:00
Mike Place
8e504f09d1
Ignore some auto-generated files in test dir
2015-01-13 11:02:52 -07:00
James Michael DuPont
e6e7ab6cbc
rooted config
...
* updated documentation
* troubleshooting
* Itegrated comments and feedback
* bugfixes to format and language
* linting the changes
2015-01-01 07:07:09 -06:00
Nitin Madhok
04182825d9
Adding src folder to .gitignore to Ignore commiting unit test runs
2014-12-19 09:03:59 -05:00
Colton Myers
716a7e3331
Merge branch '2014.7' into merge-forward
...
Conflicts:
salt/modules/bsd_shadow.py
salt/modules/freebsdjail.py
salt/modules/yumpkg.py
salt/modules/zfs.py
salt/modules/zypper.py
salt/netapi/rest_tornado/saltnado.py
salt/states/dockerio.py
2014-11-18 12:46:29 -07:00
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
Justin Findlay
9d5615dcc1
gitignore extended vim swap files
2014-11-07 16:50:55 -07:00
Henrik Holmboe
f9ecb86e9a
Ignore flymake files produced by Emacs Elpy
2014-11-03 21:28:03 +01:00
dsumsky
07ca8d8479
- raise SaltClientError exception when a minion can't connect to
...
any of the configured masters
2014-09-04 13:43:40 -06:00
Mike Place
10f7a5170c
Git ignore
2014-08-11 14:32:17 -06:00
Mike Place
72590d4579
Allow a user to set their own _version.py for testing
...
ignore in git
2014-06-12 13:41:03 -06:00
techdragon
4228630f14
ignore sublime text project files like other IDEs
2014-02-20 19:23:43 +08:00
Bret Palsson
5b390e8352
Ignore IntelliJ Module Library file
2014-01-17 14:49:19 -07:00
Michael Birtwell
18fffe6ea3
Only ignore build in top level
2013-11-13 14:57:27 +00:00
Pedro Algarvio
22321eed83
Merge pull request #7804 from holmboe/rope-prj
...
Ignore rope project files
2013-10-14 02:59:23 -07:00
Henrik Holmboe
f30999c5bf
Ignore rope project files
...
Rope is used in Emacs elpy and others.
2013-10-14 10:10:26 +02:00
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