32bdf52b9c
The files '.project', '.pydevproject' and derectory '.ropeproject' are autogenerated by different IDE tools and they have nothing to do with released code, so they should be ignored when commiting the modified code. According my experience, these three files are generated in following ways: 1. '.project' is autogenerated when importing the package as a general project to Eclipse. 2. Use Eclipse with plugin PyDev, the '.pydevproject' is autogenerated when setting the package as PyDev project. 3. Use VIM with plugin Python-mode as an Python IDE(enable rope support), '.ropeproject' will be autogenerated under project's root directory. Change-Id: If92bd5c00429ec1410a6a388e34ee9afc24ede1b
24 lines
348 B
Plaintext
24 lines
348 B
Plaintext
*.pyc
|
|
*.swp
|
|
.coverage
|
|
.idea
|
|
.testrepository
|
|
.stestr/*
|
|
.tox/*
|
|
.venv
|
|
.project
|
|
.pydevproject
|
|
.ropeproject
|
|
cover/*
|
|
build/*
|
|
etc/manilaclient/manilaclient.conf*
|
|
subunit.log
|
|
python_manilaclient.egg-info
|
|
setuptools_git*.egg
|
|
setuptools_git*.egg
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/source/manila_cli_output.rst.inc
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|