1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 05:37:57 +02: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-11-13 14:32:07 +01:00
parent 52ec58209b
commit 972234a220

View File

@ -39,6 +39,9 @@ coverage.xml
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot