Codebase list golang-github-moby-term / ee56e2c
Merge pull request #11 from thaJeztah/update_gitignore cleanup gitignore Tibor Vass authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 7 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
0 # Docker project generated files to ignore
1 # if you want to ignore files created by your editor/tools,
2 # please consider a global .gitignore https://help.github.com/articles/ignoring-files
3 *.exe
4 *.exe~
5 *.gz
6 *.orig
7 test.main
8 .*.swp
9 .DS_Store
10 # a .bashrc may be added to customize the build environment
11 .bashrc
12 .editorconfig
13 .gopath/
14 .go-pkg-cache/
15 .idea/
16 autogen/
17 bundles/
18 cmd/dockerd/dockerd
19 contrib/builder/rpm/*/changelog
20 vendor/pkg/
21 go-test-report.json
0 # if you want to ignore files created by your editor/tools, consider using a
1 # global .gitignore or .git/info/exclude see https://help.github.com/articles/ignoring-files
2 .*
3 !.github
4 !.gitignore
225 profile.out
23 junit-report.xml
6 # support running go modules in vendor mode for local development
7 vendor/