summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9b2c8b9c51f47d410ffca82f797521708b9006fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# If you want to ignore files created by your editor/tools, please consider a
# [global .gitignore](https://help.github.com/articles/ignoring-files).

*~
*.bak
*.orig
.*.swp
.DS_Store
thumbs.db

# local repository customization
.envrc
.bashrc
.editorconfig

# build artifacts
bundles/
cli/winresources/*/*.syso
cli/winresources/*/winres.json
contrib/builder/rpm/*/changelog

# ci artifacts
*.exe
*.gz
go-test-report.json
junit-report.xml
profile.out
test.main