Skip to content

Commit dbbf3f4

Browse files
merge gitignore with go gitignore from github
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent e753756 commit dbbf3f4

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

.gitignore

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
.odo/
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
210
main
3-
main.exe
11+
12+
# Test binary, built with `go test -c`
13+
*.test
14+
15+
# Output of the go coverage tool, specifically when used with LiteIDE
16+
*.out
17+
18+
# Dependency directories (remove the comment below to include it)
19+
# vendor/
20+
21+
# Go workspace file
22+
go.work
23+
24+
# odo directory
25+
.odo/

0 commit comments

Comments
 (0)