From 62551068b1ee084d80c517fbcdd3df55ff4a35a3 Mon Sep 17 00:00:00 2001 From: xushiwei 00425595 Date: Fri, 17 Aug 2018 14:34:22 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ pkg/connection/connection_test.go | 1 + pkg/controller/util_test.go | 1 + 3 files changed, 32 insertions(+) create mode 100644 pkg/connection/connection_test.go create mode 100644 pkg/controller/util_test.go 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