Commit c1526ae
committed
build: Fix *.wrap exclude pattern in .gitignore
The current rules trigger git to to complain with
$ git add subprojects/openssl.wrap
The following paths are ignored by one of your .gitignore files:
subprojects
We need to keep the parent directory in the tracking domain and just
filter out all sub directories and files except the wrap files.
Signed-off-by: Daniel Wagner <[email protected]>1 parent d04aa8b commit c1526ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
0 commit comments