Updates .gitignore for environment files

Adding ignore for Eclipse IDE environment files
These files .project and .pydevproject should be
ignored while pushing to repositories.

Change-Id: I44dbdaae71c3ed37c11122f1795d36c401dd431a
Closes-Bug: #1256043
This commit is contained in:
Sushil Kumar 2013-11-28 16:56:53 +00:00
parent a2b9bdd36c
commit 2e1d92bd6d
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -15,3 +15,7 @@ build
dist
cinderclient/versioninfo
python_cinderclient.egg-info
# Development environment files
.project
.pydevproject

View File

@ -33,6 +33,7 @@ MASTER
------
* Add support for reset-state on multiple volumes or snapshots at once
.. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587
.. _1253142: http://bugs.launchpad.net/python-cinderclient/+bug/1253142