diff options
author | Adrian Villin <avillin@cisco.com> | 2024-06-13 08:59:58 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-06-13 16:28:56 +0000 |
commit | 7d1e4a4ddba8c2fb5b269ea51e75edf28de156ea (patch) | |
tree | 346a1e441fe29d815263a9043a087940221054b4 /.gitignore | |
parent | 82ad9660becfcdd93c906d909d7e478733c5fbbe (diff) |
hs-test: added cleanup target
- Also added checkstyle-go and fixstyle-go to 'make help'
Type: make
Change-Id: I5402efa02bbbc54a20db8f54b0488c58a62ffaa1
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a1550566b42..563a1157cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,7 @@ compile_commands.json /extras/hs-test/http_server /extras/hs-test/.build.ok /extras/hs-test/.build.cov.ok +/extras/hs-test/.last_hst_ppid /extras/hs-test/summary/ # ./configure |