Skip to content

Commit 7461398

Browse files
committed
Merged pull request #141 from sdouche/master.
Update Python ignore
2 parents 41010cf + 0d0423a commit 7461398

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Python.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build
88
eggs
99
parts
1010
bin
11+
var
12+
sdist
1113
develop-eggs
1214
.installed.cfg
1315

@@ -17,3 +19,9 @@ pip-log.txt
1719
# Unit test / coverage reports
1820
.coverage
1921
.tox
22+
23+
#Translations
24+
*.mo
25+
26+
#Mr Developer
27+
.mr.developer.cfg

0 commit comments

Comments
 (0)