Skip to content

Commit

Permalink
Adds github gitignore template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Arora authored and kmova committed Oct 31, 2018
1 parent 1a13130 commit 272517d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

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

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

# Kubernetes demo
k8s/demo/.vagrant/
k8s/demo/*.log
k8s/demo/*test*
documentation/build/

# Kubernetes lib
k8s/lib/vagrant/*.box
k8s/lib/vagrant/*.log

# Local build for docs
documentation/build/

0 comments on commit 272517d

Please sign in to comment.