Skip to content

Commit

Permalink
Merge pull request #33 from humblec/clean-2
Browse files Browse the repository at this point in the history
update .gitignore
  • Loading branch information
k8s-ci-robot authored Jan 7, 2019
2 parents 7ee3e29 + ad98f32 commit eb68114
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,38 @@

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

# 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

# Ignore vi backup files
*~
# Ignore patches.
*.patch

0 comments on commit eb68114

Please sign in to comment.