mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Updated .gitignore
This commit is contained in:
parent
8b9269b1b9
commit
427e80fc4e
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -5,10 +5,10 @@
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
apg
|
apg
|
||||||
bin/
|
bin
|
||||||
.go/
|
.go
|
||||||
build/
|
build
|
||||||
.idea/
|
.idea
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
Loading…
Reference in a new issue