Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu committed Aug 30, 2018
1 parent 234c01b commit 6255106
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions pkg/connection/connection_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package connection
1 change: 1 addition & 0 deletions pkg/controller/util_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package controller

0 comments on commit 6255106

Please sign in to comment.