1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 08:55:43 +01:00

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.
This commit is contained in:
Kevin Deldycke 2013-10-14 13:37:22 +02:00
parent ecf9bac896
commit daf22845f5

View File

@ -34,3 +34,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject