From 0cb6b7191667f3a7560801fee5cd311ae151149c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 13 Jun 2014 13:47:56 -0500 Subject: [PATCH] Add .ropeproject to .gitignore I use a vim plugin that creates lots of directories with that name Signed-off-by: Zack Cerza --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 09e16a9647afb..edc9febb351bf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ /virtualenv /build /*.yaml + +.ropeproject -- 2.39.5