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

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