19 lines
353 B
Text
19 lines
353 B
Text
|
# if you want to ignore files created by your editor/tools,
|
||
|
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
||
|
*.exe
|
||
|
*.exe~
|
||
|
*.orig
|
||
|
.*.swp
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
.editorconfig
|
||
|
/build/
|
||
|
cli/winresources/rsrc_386.syso
|
||
|
cli/winresources/rsrc_amd64.syso
|
||
|
/man/man1/
|
||
|
/man/man5/
|
||
|
/man/man8/
|
||
|
/docs/yaml/gen/
|
||
|
coverage.txt
|
||
|
profile.out
|