From f6650901fd60c7443658ef82379bafbbd193c520 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 3 Feb 2021 14:58:33 -0800 Subject: [PATCH] update .gitignore Signed-off-by: Andrea Luzzardi --- .gitignore | 19 +++++++++++++++++++ cmd/dagger/.gitignore | 3 --- 2 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 cmd/dagger/.gitignore diff --git a/.gitignore b/.gitignore index e43b0f98..aa77dd60 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,20 @@ +# General .DS_Store + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +/cmd/dagger/dagger +/cmd/dagger/dagger-debug + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# vscode +.vscode diff --git a/cmd/dagger/.gitignore b/cmd/dagger/.gitignore deleted file mode 100644 index 8412f5ba..00000000 --- a/cmd/dagger/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/dagger -/dagger-debug -/.dagger