Revision a00d2132ef4b0d61ef75300fb397f51cf00de9ce authored by Kubernetes Prow Robot on 25 April 2019, 09:24:47 UTC, committed by GitHub on 25 April 2019, 09:24:47 UTC
2 parent s 2e709db + b560b71
Raw File
.gitignore
# 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

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

back to top