Skip to content

Commit 7d98284

Browse files
committed
Extract binary dependencies into external repositories.
1 parent 366ce12 commit 7d98284

File tree

5 files changed

+207
-930
lines changed

5 files changed

+207
-930
lines changed

.gitignore

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22
*.swp
33
.envrc
44
.vscode/
5-
alias/*
6-
archive/*
7-
build/*
8-
diff/*
9-
dist/*
10-
downloads/*
11-
install/*
12-
local/*
13-
merge/*
14-
src/*
15-
support/*
16-
wheels/*
5+
build
6+
dist
7+
downloads
8+
install
9+
local
10+
support
1711
*.dist-info
1812
__pycache__
1913
tests/testbed/macOS

0 commit comments

Comments
 (0)