Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Rich committed Sep 21, 2016
1 parent d36c266 commit 7feacff
Showing 1 changed file with 8 additions and 33 deletions.
41 changes: 8 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/vendor/**/.git*

# Test binaries and config files
pingbeat
pingbeat*.yml
*.prof

# Glide stuff
glide

# Directories
/.vagrant
Expand All @@ -25,36 +31,5 @@ _test
*~
*.tmp

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.exe
*.test
*.prof
*.pyc

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go


/cover/
/coverage/
/tests/system/env/
/tests/system/run/
/tests/system/last_run
profile.cov
/docs/html_docs

build
glide
pingbeat*.yml
# Cross compile artifacts
dist

0 comments on commit 7feacff

Please sign in to comment.