Commit 972234a2 authored by Kevin Deldycke's avatar Kevin Deldycke

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.
parent 52ec5820
......@@ -39,6 +39,9 @@ coverage.xml
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment