Skip to content

Commit d6080b3

Browse files
committed
cosmetics
1 parent ff8e53d commit d6080b3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Bintray deployment
2-
/travis_bintray_descriptor_gen.py
3-
/.bintray.json
4-
51
# Eclipse
62
/.settings
73
/.*project
@@ -11,11 +7,14 @@
117
/.externalToolBuilders
128
*.class
139

14-
# Java coverage
10+
# Java: coverage
1511
/jacoco
1612
/jacoco.exec
1713
/jacoco.xml
1814

15+
# OS: macOS
16+
.DS_Store
17+
1918
# Python
2019
/build
2120
/dist
@@ -25,9 +24,8 @@ __pycache__
2524
*.egg-info
2625
*.pyc
2726

28-
# Python coverage
27+
# Python: coverage
2928
/htmlcov
30-
/coverage.xml
3129
/.coverage
3230

3331
# other

0 commit comments

Comments
 (0)