mirror of https://github.com/docker/cli.git
Update gitignore
Adding some lines from the Moby gitignore Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
feb4d79935
commit
cdaf6f44ba
|
@ -1,4 +1,12 @@
|
||||||
|
# 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
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.editorconfig
|
||||||
/build/
|
/build/
|
||||||
cli/winresources/rsrc_386.syso
|
cli/winresources/rsrc_386.syso
|
||||||
cli/winresources/rsrc_amd64.syso
|
cli/winresources/rsrc_amd64.syso
|
||||||
|
|
Loading…
Reference in New Issue