mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #111128 from thockin/gitignore-under-under-star
gitignore __* - leave them for local use
This commit is contained in:
commit
ff84df580e
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,6 +4,9 @@
|
|||
# OSX trash
|
||||
.DS_Store
|
||||
|
||||
# Developers can store local stuff in dirs named __something
|
||||
__*
|
||||
|
||||
# Eclipse files
|
||||
.classpath
|
||||
.project
|
||||
|
|
|
|||
Loading…
Reference in a new issue