Skip to content

Commit 6cf3961

Browse files
Clean up .gitignore for meson and fix vendored README path
1 parent 6e16e8e commit 6cf3961

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ __pycache__/
1111
*.lib
1212
*.dll
1313

14-
# CMake build and local install directory
14+
# Meson build and local install directory
1515
build
16-
_skbuild
17-
build_cmake
16+
.mesonpy-*
1817
install
1918

2019
# Code project files
@@ -44,7 +43,6 @@ var/
4443
*.egg-info/
4544
.installed.cfg
4645
*.egg
47-
dpctl_conda_pkg
4846

4947
# PyInstaller
5048
# Usually these files are written by a python script from a template
@@ -84,13 +82,8 @@ target/
8482
# pyenv python configuration file
8583
.python-version
8684

87-
_cmake_test_compile
88-
8985
# generated numpy files
9086
mkl_umath/src/__umath_generated.c
9187
mkl_umath/src/mkl_umath_loops.c
9288
mkl_umath/src/mkl_umath_loops.h
9389
mkl_umath/src/_patch.c
94-
95-
# moved cmake scripts
96-
dpctl/resources/cmake

_vendored/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Vendored files
22

3-
Files `conv_template.py` and `process_src_template.py` are copied from NumPy's numpy/numpy/_build_utils folder
3+
Files `conv_template.py` and `process_src_template.py` are copied from NumPy's `numpy/_build_utils` folder

0 commit comments

Comments
 (0)