From 512d1edd8fcd101dfe3fc42bd17483fc710e56e4 Mon Sep 17 00:00:00 2001 From: RAJAT SINGH Date: Fri, 7 May 2021 15:38:38 +0530 Subject: [PATCH] add build.octopus to gitignore a file name .build.octopus gets created everytime the repoository is opened into the dev cointainer, adding it in gitignore will solve this issue. Signed-off-by: RAJAT SINGH --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f1abca..6ee93c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .build-docker +.build.* *.swp *.out *.test