Skip to content

Commit 972234a

Browse files
committed
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.
1 parent 52ec582 commit 972234a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ coverage.xml
3939
.project
4040
.pydevproject
4141

42+
# Rope
43+
.ropeproject
44+
4245
# Django stuff:
4346
*.log
4447
*.pot

0 commit comments

Comments
 (0)