]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: Fix *.wrap exclude pattern in .gitignore
authorDaniel Wagner <dwagner@suse.de>
Fri, 7 Jan 2022 15:49:01 +0000 (16:49 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 7 Jan 2022 15:52:37 +0000 (16:52 +0100)
commitff68f43dbc43c06ca349b593d008693eef9a3ae4
tree9796d2f4f9f8c7527a41ee811b1f1a0f214f759d
parent57d9370710e7eacf4e476921cefec5cb6f856fff
build: Fix *.wrap exclude pattern in .gitignore

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>
.gitignore