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