]> www.infradead.org Git - users/sagi/libnvme.git/commit
build: Fix *.wrap exclude pattern in .gitignore
authorDaniel Wagner <dwagner@suse.de>
Fri, 7 Jan 2022 15:53:50 +0000 (16:53 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 7 Jan 2022 15:56:19 +0000 (16:56 +0100)
commitc1526aea5ca50a66e11362fe1b450f6ab844dba8
tree3a805123108ea6a4361a29b2f0eb35768bdc2e65
parentd04aa8ba6b8b24b3bc3a099bef78b4ed9870e1e9
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 <dwagner@suse.de>
.gitignore