diff --git a/.gitignore b/.gitignore index 2ce01f05..c1ca965b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,33 @@ # 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 \ No newline at end of file diff --git a/pkg/connection/connection_test.go b/pkg/connection/connection_test.go new file mode 100644 index 00000000..c2b03924 --- /dev/null +++ b/pkg/connection/connection_test.go @@ -0,0 +1 @@ +package connection diff --git a/pkg/controller/util_test.go b/pkg/controller/util_test.go new file mode 100644 index 00000000..b0b429f8 --- /dev/null +++ b/pkg/controller/util_test.go @@ -0,0 +1 @@ +package controller