We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9387f4 commit ecb5ea8Copy full SHA for ecb5ea8
1 file changed
Utilities/Maintenance/RemoteModuleIngest/whitelists/TextureFeatures.list
@@ -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