2016-01-29 14:06:20 +02:00
|
|
|
# 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
|
2015-10-08 01:46:03 +02:00
|
|
|
website/public
|
2015-11-01 22:16:37 +02:00
|
|
|
website/make
|
|
|
|
website/Makefile
|
|
|
|
website/marathon*
|
2015-04-19 07:27:30 +02:00
|
|
|
|
2016-01-29 14:06:20 +02:00
|
|
|
# node.js web dependencies
|
2015-08-29 20:26:06 +02:00
|
|
|
node_modules
|
2015-04-30 07:02:13 +02:00
|
|
|
|
2016-01-29 14:06:20 +02:00
|
|
|
# code coverage output files
|
|
|
|
*.coverprofile
|