Files
nats-server/.gitignore
Jaime Piña 4216be6835 Remove mkpasswd from server
The functionality of mkpasswd has been added to nats-io/natscli.
2021-02-10 11:15:23 -08:00

51 lines
449 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Configuration Files
*.conf
*.cfg
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
# Eclipse
.project
# IntelliJ
.idea/
# Emacs
*~
\#*\#
.\#*
# Mac
.DS_Store
# bin
nats-server
gnatsd
# coverage
coverage.out
# Cross compiled binaries
pkg