Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruber committed Nov 18, 2017
1 parent fff10bc commit fe051ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
@@ -0,0 +1,22 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# private keys etc for concourse
params.yml

# session manager database
*.db

# binaries
cli

coverage.out

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

0 comments on commit fe051ad

Please sign in to comment.