Skip to content

Commit

Permalink
MAINT Do not version *.pyc* via .gitignore (scikit-learn#24081)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed Aug 2, 2022
1 parent ec6efc5 commit 934c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.pyc
*.pyc*
*.so
*.pyd
*~
Expand Down

0 comments on commit 934c918

Please sign in to comment.