2022-11-15 08:47:30 +00:00
|
|
|
# If you want to ignore files created by your editor/tools, please consider a
|
|
|
|
# [global .gitignore](https://help.github.com/articles/ignoring-files).
|
|
|
|
|
|
|
|
*~
|
|
|
|
*.bak
|
2013-03-12 15:06:22 +00:00
|
|
|
*.orig
|
2015-03-24 16:28:02 +00:00
|
|
|
.*.swp
|
2013-03-26 02:52:52 +00:00
|
|
|
.DS_Store
|
2022-11-15 08:47:30 +00:00
|
|
|
thumbs.db
|
|
|
|
|
|
|
|
# local repository customization
|
|
|
|
.envrc
|
2016-03-24 16:41:16 +00:00
|
|
|
.bashrc
|
2016-10-18 11:22:12 +00:00
|
|
|
.editorconfig
|
2022-11-15 08:47:30 +00:00
|
|
|
|
|
|
|
# build artifacts
|
2015-03-24 16:28:02 +00:00
|
|
|
bundles/
|
2022-11-15 08:47:30 +00:00
|
|
|
cli/winresources/*/*.syso
|
|
|
|
cli/winresources/*/winres.json
|
2017-03-29 15:45:35 +00:00
|
|
|
contrib/builder/rpm/*/changelog
|
2022-11-15 08:47:30 +00:00
|
|
|
|
|
|
|
# ci artifacts
|
|
|
|
*.exe
|
|
|
|
*.gz
|
2019-07-31 00:07:30 +00:00
|
|
|
go-test-report.json
|
|
|
|
junit-report.xml
|
2022-11-15 08:47:30 +00:00
|
|
|
profile.out
|
|
|
|
test.main
|