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 <rajasing@redhat.com>
This commit is contained in:
RAJAT SINGH 2021-05-07 15:38:38 +05:30 committed by John Mulligan
parent 290fbb6ed1
commit 512d1edd8f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.build-docker
.build.*
*.swp
*.out
*.test