The current rules trigger git to to complain with
$ git add subprojects/libnvme.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 <dwagner@suse.de>
ccan/config.h
ccan/tools/configurator/configurator
-subprojects
+subprojects/*
!subprojects/*.wrap
cscope.*