Skip to content

Commit b752754

Browse files
author
Onur Rauf Bingol
committed
Update .gitignore
1 parent 1079c66 commit b752754

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
.tox/*
77
build/
88
dist/
9+
wheelhouse/
910
geomdl.egg-info/*
1011
docs/_build
1112
docs/_static
12-
geomdl/core/*
13+
geomdl/core
1314
geomdl/cli
1415
geomdl/shapes
1516
*.pyc
1617
*.c
1718
*.cpp
1819
*.so
1920
*.pyd
21+
*.whl
22+
*.tar.gz

0 commit comments

Comments
 (0)