17 lines
151 B
Text
17 lines
151 B
Text
|
# editor temporary files
|
||
|
*.sublime-*
|
||
|
.DS_Store
|
||
|
*.swp
|
||
|
#*.*#
|
||
|
tags
|
||
|
|
||
|
# direnv config
|
||
|
.env*
|
||
|
|
||
|
# test binaries
|
||
|
*.test
|
||
|
|
||
|
# coverage and profilte outputs
|
||
|
*.out
|
||
|
|