1
0
Эх сурвалжийг харах

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.
Kevin Deldycke 11 жил өмнө
parent
commit
972234a220

+ 3 - 0
Python.gitignore

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