Skip to content

Commit

Permalink
Add makefile to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Arun <[email protected]>
  • Loading branch information
arunsathiya committed Dec 24, 2023
1 parent b469f3d commit c3364f4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

# Misc
makefile

0 comments on commit c3364f4

Please sign in to comment.