Skip to content

Commit

Permalink
feat: add .dapper and output files to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <poan.yang@suse.com>
FrankYang0529 authored and innobead committed May 1, 2024
1 parent 89de339 commit c4df06c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -4,9 +4,15 @@
*.dll
*.so
*.dylib
.dapper

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
bin/
dist/
package/GeoLite2-City.mmdb
package/upgrade-responder-amd64
package/upgrade-responder-arm64

0 comments on commit c4df06c

Please sign in to comment.