diff options
author | Kevin Deldycke <kdeldycke@users.noreply.github.com> | 2013-11-13 14:32:07 +0100 |
---|---|---|
committer | Kevin Deldycke <kdeldycke@users.noreply.github.com> | 2013-11-13 14:32:07 +0100 |
commit | 972234a220488ee791bfa4bc7371f6d5559c829d (patch) | |
tree | 15d290ba6473bb8681c54e78b213522ee26779e7 | |
parent | 52ec58209bd6e69edc4a1a16b8b798e04f983f49 (diff) | |
download | gitignore-972234a220488ee791bfa4bc7371f6d5559c829d.tar.gz gitignore-972234a220488ee791bfa4bc7371f6d5559c829d.zip |
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.
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |