Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
972234a220
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

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