Skip to content

Commit 6ea4992

Browse files
committed
Update gitignores.
1 parent 704775e commit 6ea4992

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ build
66
dist
77
MANIFEST
88
*.pyc
9+
*.pyo
910
*.pyd
1011
*.dll
1112
*.egg-info
1213
*.so
1314
*.c
1415
*.patch
15-
wheel*/
16+
*.orig
17+
*~
18+
*wheel*/
19+
venv*
20+
.eggs/
1621
lupa/version.py
1722
lupa/lua*.pyx
23+
TEST/
1824

1925
# Vim swapfiles
2026
*.swp

0 commit comments

Comments
 (0)