mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
18 lines
216 B
Plaintext
Executable File
18 lines
216 B
Plaintext
Executable File
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# This is where the result of the go build goes
|
|
/output/**
|
|
/output
|
|
|
|
# Emacs save files
|
|
*~
|
|
|
|
# Go test binaries
|
|
*.test
|