spf13--viper/.gitignore
Xavier Coulon 749b07afe7 Declare required dependencies with go dep #413
Include the `Gopkg.toml` and `Gopkg.lock` files that
were produced by `dep init`.
Exclude the `vendor` folder from the git repo

Fixes #413

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
2017-11-11 15:00:33 +01:00

27 lines
No EOL
321 B
Text

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.bench
# exclude dependencies in the `/vendor` folder
vendor