go-redfish/.gitignore
Alexander Hughes 3ab47e28ba Update module to point to opendev
This patch updates documentation and the go-redfish module to change
references of 'github.com/Nordix/' to 'opendev.org/airship/'

Change-Id: I9ceddcb8a6ed6c888a3f6e143ada730718999100
2020-01-10 18:52:54 +00:00

22 lines
242 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, build wiith `go test -c`
*.test
# Output of the go coverage tool
*.out
.coverage/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/