Skip to content

Commit 068eaf4

Browse files
committed
Align core implementation path guidance with review suggestion
1 parent 405fe93 commit 068eaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Higher-precedence rules override lower-precedence context.
3636
- Dependencies/packaging: `conda-recipe*/meta.yaml`
3737
- CI: `.github/workflows/*.{yml,yaml}`
3838
- API: `mkl_umath/__init__.py`, `mkl_umath/src/_patch.pyx`
39-
- Core implementation: `mkl_umath/src/*.c`, `*.c.src`, `*.pyx`
39+
- Core implementation: `mkl_umath/src/*.{c,c.src,pyx}`
4040
- Tests: `mkl_umath/tests/`
4141

4242
## Intel-specific constraints

0 commit comments

Comments
 (0)