1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/.gitignore
2017-12-17 20:13:14 -08:00

34 lines
372 B
Plaintext

# 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
# vim swp files
*.swp
*.swo
# our binaries
/inbucket
/inbucket.exe
/dist/**
/cmd/client/client
/cmd/client/client.exe