From 972234a220488ee791bfa4bc7371f6d5559c829d Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 13 Nov 2013 14:32:07 +0100 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 3d578453..50a87264 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -39,6 +39,9 @@ coverage.xml .project .pydevproject +# Rope +.ropeproject + # Django stuff: *.log *.pot -- 2.39.5