]> source.dussan.org Git - gitignore.git/commitdiff
Ignore rope files. 852/head
authorKevin Deldycke <kdeldycke@users.noreply.github.com>
Wed, 13 Nov 2013 13:32:07 +0000 (14:32 +0100)
committerKevin Deldycke <kdeldycke@users.noreply.github.com>
Wed, 13 Nov 2013 13:32:07 +0000 (14:32 +0100)
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

index 3d578453432005468d4507366412e5ba3c25726c..50a87264a62d98ff72100158aa8e407669e17667 100644 (file)
@@ -39,6 +39,9 @@ coverage.xml
 .project
 .pydevproject
 
+# Rope
+.ropeproject
+
 # Django stuff:
 *.log
 *.pot