1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
echo/.gitignore
Vishal Rana 6c320ca50b Glide for dependency mgmt
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-30 10:05:17 -08:00

45 lines
572 B
Plaintext

# gitignore - Specifies intentionally untracked files to ignore
# http://git-scm.com/docs/gitignore
# 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
*.prof
# submodule properties
.gitmodules
# compiled web files
website/public
website/make
website/Makefile
# node.js web dependencies
node_modules
# code coverage output files
*.coverprofile
# glide
vendor