浏览代码

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 年之前
父节点
当前提交
972234a220
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

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