Skip to content

Commit

Permalink
v0.2.0.alpha driver initial code push
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Jun 13, 2018
1 parent 6052359 commit 40e0211
Show file tree
Hide file tree
Showing 38 changed files with 4,235 additions and 3 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Compiled binaries and deployment files
bin/
deploy/docker/gce-csi-driver

# Personal testing
/my_test/

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

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

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

# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# Vscode files
.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
288 changes: 288 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40e0211

Please sign in to comment.