summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* add .idea folder to .gitignore pycharm creates this folderkashivreddy2013-03-071-0/+1
| | | | Change-Id: Icbeabe1d3e102d9e447f46be96280e61aa364b74
* Ignore auto-generated files by lintstackYun Mao2013-01-171-0/+2
| | | | | | Part of blueprint lintstack Change-Id: I6ca0ec71c7fa083a86920a7ae055ef8e9d19c512
* Add .testrepository/ directory to gitginoreMauro S. M. Rodrigues2012-12-191-0/+1
| | | | Change-Id: Ib46a3d996e54c249773ac3c45960d471d21d2357
* Ignore editor backup files.Robert Collins2012-11-191-0/+1
| | | | Change-Id: I5bf21781cae5588f6d6e44b025bb79d96036f48c
* Clear up the .gitignore filepyw2012-08-311-14/+14
| | | | | | | | | | 1.Remove duplicate items 2.Sort to alphabetical order 3.Remove "*.sw[po]" instead "*.swp" and "*.swo" for pass bundling test. Fixes: bug #1039898 Change-Id: Id8e03ecce6d2ab6d823a992a3a225b5ceb44aa80
* Ignoring *.sw[op] filesFlavia Missi2012-08-161-0/+1
| | | | Change-Id: I3a059106a32f36374da787bc36a3721463189e6d
* Update common setup code to latest.Monty Taylor2012-07-071-0/+4
| | | | | | | This gets us up to date with common/setup.py and replaces custom nova autodoc generation with the port of that code found in common. Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2
* sort .gitignore for readabilitySean Dague2012-07-051-24/+23
| | | | | | | | sort .gitignore using sort -V to create something more readable for future additions, instead of always appending to the end of the file. Change-Id: I7e5f0a792b5555a3c53f6da124572e0e3a7d7f9b
* ignore project files for eclipse/pydevSean Dague2012-07-051-0/+3
| | | | | | | | eclipse is far too commit happy to keep adding these files into the tree making it a manual process to remove them before submit. This should make life a little simpler for people using pydev. Change-Id: Icd0ceea53daa76e6c36933ced174a235e070c394
* Merge "Finish AUTHORS transition."Jenkins2012-07-051-0/+2
|\
| * Finish AUTHORS transition.Monty Taylor2012-07-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | The code to generate the authors file from the git changelog has been in the tree and running for a few weeks now. Somehow the removal of the authors test and and the MANIFEST.in file were wrong though. This should clean that up. Fixes bug 920757. Change-Id: I66c388c1c81804f8dabc52b5ee25c7f394921e11
* | Add *.egg* to .gitignoreBrian Waldon2012-07-051-1/+1
|/ | | | Change-Id: Id2adc763a1a84acf0323bc711616d62d5e310d75
* Finalize tox config.Monty Taylor2012-06-071-1/+6
| | | | | | | | | | | | | Shrink tox.ini to the new short version. Fix the test cases to be able to be run in nosetets plus the openstack.nose_plugin, which finally removes the need for nova/testing/runner.py Also, now we'll just output directly to stdout, which will make nose collect the trace logging directly and either output it at the end of the run, or inject it into the xunit output appropriately. Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
* Update .gitignoreJoe Gordon2012-05-301-0/+2
| | | | | | | | Add: * ChangeLog * nova/tests/coverage.xml Change-Id: I1d0c395cf679e07e304dd878d97734307b685f4c
* Scope coverage report generation to nova module.Renier Morales2012-04-241-0/+1
| | | | | | | | | | | | Coverage report generation was not using --include filters. This resulted in generating a report that included all external dependencies. Some of these may include problematic characters for utf8 decoding. In the odd case this was found, coverage would fail with a UnicodeDecodeError. Fixes bug #987077. Change-Id: I276698e65ac1037972209a406058168433cd826b
* Support tox-based unittests.Monty Taylor2012-02-201-0/+4
| | | | Change-Id: I6a0a616a979688595762e6b772d77a14f1968070
* nova.conf sample toolZhongyue Luo2012-02-181-0/+1
| | | | | | | | Fixes bug #918621 A tool to generate a sample nova.conf file Change-Id: I2646d7e674ef3d1759558e820f051cc5e7f3b4ae
* Move translations to babel locations.Monty Taylor2012-02-081-1/+1
| | | | | | | | | | | | | | | | | | | If we structure things like this, we can get things actually, you know, installed. Locales ast and oc aren't supported by babel. We'll re-import them from Launchpad once we get babel updated. If you want translations installed, run: python setup.py compile_catalog Before you run either setup.py sdist or setup.py install More work is needed to actually properly use the installed translations, but we're closer. Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b
* Get rid of distutils.extra.Monty Taylor2012-02-081-1/+1
| | | | | | | | | | | | | | | | | | | We moved to DistUtilsExtra because it promised a more automatic workflow from setup.py. It doesn't actually deliver though, and it also vomits warnings during setup.py usage, and also breaks pip integration. So this is going back to babel. Mostly folks shouldn't need to know anything about this. We'll need to update the translations import jobs in Jenkins, and we might need to add a corresponding translations upload job that runs post-merge. Translations installation doesn't fully work - but it actually wasn't fully working before. Getting this part of the project done now though is a pre-requisite for using tox for multi-python testing (tox starts by creating an sdist tarball and then installing it into the venv, which is just 100% broken with DistUtilsExtra) Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3
* Rename .nova-venv to .venv.James E. Blair2011-12-081-0/+1
| | | | | | | | | This simplifies a number of Jenkins jobs which currently, other than directory names, could be the same for all OpenStack projects. By renaming the virtualenv directory, the redundant Jenkins virtualenv build and copy jobs can be eliminated. Change-Id: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
* Remove autogenerated pot fileJulien Danjou2011-12-061-0/+1
| | | | | Change-Id: I25c33e2a91458d2eaa41232eb54b2c1e4e273854 Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
* Adding run_test.sh artifacts to .gitignoreAaron Lee2011-09-271-2/+3
| | | | | | Adding myself to the Authors file. Change-Id: Ifcedc2b7925f293cc47fb1eda9fbc14fa045918a
* Move virtualenv installation out of the makefile.andy2010-07-261-0/+1
| | | | | Also adds some tools for dealing with virtualenvs to the tools directory.
* missed the gitignoreJesse Andrews2010-05-301-0/+11