From daf22845f56cde553d6226d049cf2b379db8fa0b Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 14 Oct 2013 13:37:22 +0200 Subject: [PATCH] Ignore rope files. Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index ded60678..ec81b817 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,3 +34,6 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + +# Rope +.ropeproject