From 8754508eb02e627cbc6928aa6da553d364c891ef Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 1 Feb 2021 17:46:51 -0500 Subject: [PATCH] Add .dapper and .shflags to gitignore Both are generated by our standard make commands, both are ignored in other Submariner repos. Signed-off-by: Daniel Farrell --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d5c0a6..730ba57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +.dapper .idea -*.tgz \ No newline at end of file +.shflags +*.tgz