Merge pull request #111128 from thockin/gitignore-under-under-star

gitignore __* - leave them for local use
This commit is contained in:
Kubernetes Prow Robot 2022-07-14 14:37:15 -07:00 committed by GitHub
commit ff84df580e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -4,6 +4,9 @@
# OSX trash
.DS_Store
# Developers can store local stuff in dirs named __something
__*
# Eclipse files
.classpath
.project