Skip to content

Commit 19e93b9

Browse files
Update .gitignore to ignore .so files in dpctl_ext
1 parent 978afee commit 19e93b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ dpnp/**/*.cpython*.so
3232
dpnp/**/*.pyd
3333
*~
3434
core
35+
36+
# TODO: revert to `dpctl/`
37+
# when dpnp fully migrates dpctl/tensor
38+
dpctl_ext/**/*.cpython*.so

0 commit comments

Comments
 (0)