diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-08-10 20:21:27 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-10 20:21:27 -0400 |
| commit | 0ec96ab52589327ef8236a6787a20e4b7688210f (patch) | |
| tree | 86299f8136284763a9af76d47a15ba525f2334cf /mgmtd | |
| parent | 8cc83201fcbe33333c575c884c4e64fd6ba5e344 (diff) | |
mgmtd: Add to .gitignore for mgmtd_testc program
This program, mgmtd_testc, is built with the
--enable-mgmtd-test-be-client configure option
but it is not .gitignore'd. Let's fix that
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'mgmtd')
| -rw-r--r-- | mgmtd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mgmtd/.gitignore b/mgmtd/.gitignore index 7ce107e93b..e12bcc08cd 100644 --- a/mgmtd/.gitignore +++ b/mgmtd/.gitignore @@ -1 +1,2 @@ mgmtd +mgmtd_testc |
