Gitignore file
This commit is contained in:
parent
b591086d3b
commit
1e630fbf2e
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
### Go ###
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
_testmain.go
|
||||
|
||||
# External packages folder
|
||||
vendor/
|
||||
|
||||
*.log
|
||||
cache.db
|
||||
configuration.toml
|
||||
|
||||
swagger_linux_amd64
|
||||
eve-goclient
|
Reference in a new issue