github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/.gitignore (about) 1 # Docker project generated files to ignore 2 # if you want to ignore files created by your editor/tools, 3 # please consider a global .gitignore https://help.github.com/articles/ignoring-files 4 *.exe 5 *.exe~ 6 *.gz 7 *.orig 8 test.main 9 .*.swp 10 .DS_Store 11 # a .bashrc may be added to customize the build environment 12 .bashrc 13 .editorconfig 14 .gopath/ 15 .go-pkg-cache/ 16 autogen/ 17 bundles/ 18 cmd/dockerd/dockerd 19 contrib/builder/rpm/*/changelog 20 vendor/pkg/ 21 go-test-report.json 22 profile.out 23 junit-report.xml 24 .idea