From 2e1d92bd6d911be31ccfa1cd920590ecbd0f4d6f Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Thu, 28 Nov 2013 16:56:53 +0000 Subject: [PATCH] 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 --- .gitignore | 4 ++++ doc/source/index.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ba0f4e3a7..f91dd0c77 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ build dist cinderclient/versioninfo python_cinderclient.egg-info + +# Development environment files +.project +.pydevproject diff --git a/doc/source/index.rst b/doc/source/index.rst index a16941d80..e1465db1a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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