Skip to content

Commit d3944df

Browse files
author
Albert Shown
committed
Update Ignore
1 parent 4e20e44 commit d3944df

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Python binaries
2+
PyPI/Package/src/webui/webui-windows-msvc-x64/
3+
PyPI/Package/src/webui/webui-windows-msvc-arm/
4+
PyPI/Package/src/webui/webui-windows-msvc-arm64/
5+
PyPI/Package/src/webui/webui-macos-clang-x64/
6+
PyPI/Package/src/webui/webui-macos-clang-arm/
7+
PyPI/Package/src/webui/webui-macos-clang-arm64/
8+
PyPI/Package/src/webui/webui-linux-gcc-x64/
9+
PyPI/Package/src/webui/webui-linux-gcc-arm/
10+
PyPI/Package/src/webui/webui-linux-gcc-arm64/
11+
*.dll
12+
*.so
13+
*.dylib
14+
15+
# Archives
16+
*.zip
17+
*.tar
18+
*.gz
19+
120
# Build
221
*.exe
322
*.ilk

0 commit comments

Comments
 (0)