10000 MAINT Do not version *.pyc* via .gitignore (#24081) · kasmith11/scikit-learn@934c918 · GitHub
[go: up one dir, main page]

Skip to content

Commit 934c918

Browse files
authored
MAINT Do not version *.pyc* via .gitignore (scikit-learn#24081)
1 parent ec6efc5 commit 934c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*.pyc
1+
*.pyc*
22
*.so
33
*.pyd
44
*~

0 commit comments

Comments
 (0)
0