Skip to content

Commit e0fdcf1

Browse files
authored
Merge pull request #2 from davidz627/feature/GCEDriverCode
v0.2.0.alpha driver initial code push
2 parents 6052359 + f3b2119 commit e0fdcf1

File tree

882 files changed

+793615
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

882 files changed

+793615
-3
lines changed

.gitignore

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Compiled binaries and deployment files
2+
bin/
3+
deploy/docker/gce-csi-driver
4+
5+
# Personal testing
6+
/my_test/
7+
8+
# Binaries for programs and plugins
9+
*.exe
10+
*.dll
11+
*.so
12+
*.dylib
13+
14+
# Test binary, build with `go test -c`
15+
*.test
16+
17+
# Output of the go coverage tool, specifically when used with LiteIDE
18+
*.out
19+
20+
# OSX leaves these everywhere on SMB shares
21+
._*
22+
23+
# OSX trash
24+
.DS_Store
25+
26+
# Eclipse files
27+
.classpath
28+
.project
29+
.settings/**
30+
31+
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
32+
.idea/
33+
*.iml
34+
35+
# Vscode files
36+
.vscode
37+
38+
# Emacs save files
39+
*~
40+
\#*\#
41+
.\#*
42+
43+
# Vim-related files
44+
[._]*.s[a-w][a-z]
45+
[._]s[a-w][a-z]
46+
*.un~
47+
Session.vim
48+
.netrwhist

Gopkg.lock

+275
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)