Skip to content

Commit 0c1a40b

Browse files
committed
Fix paths to vendor directories
Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent c4d099a commit 0c1a40b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libcap/exclude-paths.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
^libcap-[^/]/go/vendor/
1+
^libcap-[^/]*/go/vendor/

podman/exclude-paths.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
^podman-[^/]/vendor/
1+
^podman-[^/]*/vendor/
22
^/usr/share/podman/test/

skopeo/exclude-paths.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
^skopeo-[^/]/vendor/
1+
^skopeo-[^/]*/vendor/

0 commit comments

Comments
 (0)