Change in vdsm[master]: Add eclipse and PyDev project files to .gitignore

masayag at redhat.com masayag at redhat.com
Mon Aug 20 16:21:27 UTC 2012


Moti Asayag has uploaded a new change for review.

Change subject: Add eclipse and PyDev project files to .gitignore
......................................................................

Add eclipse and PyDev project files to .gitignore

PyDev as eclipse plugin is commonly used for developing python under
eclipse IDE. It produces several files that could be ignored:
.project - produced by eclipse to describe the project
.pydevproject - produced vy PyDev plugin.

Change-Id: I5e65b2527215f45158cb2b6e748f5416fe29577e
Signed-off-by: Moti Asayag <masayag at redhat.com>
---
M .gitignore
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/52/7352/1

diff --git a/.gitignore b/.gitignore
index 6a406ef..8a63a02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
 *.swp
 *.tmp
 *~
+.project
+.pydevproject
 .deps/
 INSTALL
 Makefile


--
To view, visit http://gerrit.ovirt.org/7352
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e65b2527215f45158cb2b6e748f5416fe29577e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag at redhat.com>


More information about the vdsm-patches mailing list