Skip to content

Commit 479b7f8

Browse files
committed
Merge pull request #958 from arcresu/python-bin
[Python] Remove rules for bin/, Mr Developer, and Rope
2 parents f22ab53 + 2aadf75 commit 479b7f8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Python.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ __pycache__/
88
# Distribution / packaging
99
.Python
1010
env/
11-
bin/
1211
build/
1312
develop-eggs/
1413
dist/
@@ -36,19 +35,10 @@ coverage.xml
3635

3736
# Translations
3837
*.mo
39-
40-
# Mr Developer
41-
.mr.developer.cfg
42-
.project
43-
.pydevproject
44-
45-
# Rope
46-
.ropeproject
38+
*.pot
4739

4840
# Django stuff:
4941
*.log
50-
*.pot
5142

5243
# Sphinx documentation
5344
docs/_build/
54-

0 commit comments

Comments
 (0)