mirror of
https://github.com/ko-build/ko.git
synced 2024-12-12 08:54:09 +02:00
0c205ab8e4
* add selector flag and logic * comments, cleanup * add readme note for selector flag * preserve comments, fix nits * readme nit
21 lines
232 B
Plaintext
21 lines
232 B
Plaintext
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/**
|
|
|
|
# Emacs save files
|
|
*~
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# Go test binaries
|
|
*.test
|