diff options
author | 2024-12-12 15:30:15 +0100 | |
---|---|---|
committer | 2024-12-12 19:59:24 +0000 | |
commit | ea360b570bc9377c218e922e1438610468545a0e (patch) | |
tree | 7ec502f565e9ee286970291e4c6de5acb62ae2f1 /.gitignore | |
parent | 2c4b699359b95e466f37eabcf4831ec3695a6e82 (diff) |
hs-test: skip building images if no new changes
- skip building if new changes are .go, .sum, .mod, .txt, .test,
IP address files or dotfiles
Type: test
Change-Id: Ib041a077fa34120e86ebb43cd19e50142ef01f16
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 f57991284dd..8d5b84605c4 100644 --- a/.gitignore +++ b/.gitignore @@ -145,6 +145,7 @@ compile_commands.json /extras/hs-test/.last_hst_ppid /extras/hs-test/.goimports.ok /extras/hs-test/summary/ +/extras/hs-test/.last_state_hash # ./configure /CMakeFiles |