Skip to content

Commit ecb5ea8

Browse files
committed
ENH: Add v4 whitelist for TextureFeatures ingest
1 parent a9387f4 commit ecb5ea8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# TextureFeatures — files that migrate into ITK at
2+
# Modules/Filtering/TextureFeatures/
3+
#
4+
# Format: one path per line, relative to the upstream repo root.
5+
# Globs supported via filter-repo --paths-from-file (treated as
6+
# path prefixes; trailing /** matches everything beneath the dir).
7+
# Lines starting with '#' are comments; blank lines ignored.
8+
9+
# Public headers
10+
include
11+
12+
# Tests + fixtures
13+
test
14+
15+
# Python wrapping
16+
wrapping
17+
18+
# CMake / module metadata
19+
CMakeLists.txt
20+
itk-module.cmake
21+
22+
# License (always migrates with the code)
23+
LICENSE

0 commit comments

Comments
 (0)