Skip to content

Commit 0abaf2a

Browse files
committed
exclude so files
1 parent 10908c7 commit 0abaf2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ENV/
107107
*.3dmbak
108108
*.rhl
109109
*.rui_bak
110+
*.so
110111

111112
temp/**
112113

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ exclude pytest.ini .bumpversion.cfg .editorconfig
2424
exclude tasks.py
2525
exclude CONTRIBUTING.md
2626

27-
global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store
27+
global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store *.so

0 commit comments

Comments
 (0)