From d873e90bed4b10b2707927477e5f9521fe7bccfa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 15 Sep 2017 13:39:55 +0200 Subject: [PATCH] Update gitignore Adding some lines from the Moby gitignore Signed-off-by: Sebastiaan van Stijn Upstream-commit: cdaf6f44ba7292ba259afc2ce893c9375cd4ce5c Component: cli --- components/cli/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/cli/.gitignore b/components/cli/.gitignore index fa99439ac8..59cec00b21 100644 --- a/components/cli/.gitignore +++ b/components/cli/.gitignore @@ -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 +Thumbs.db +.editorconfig /build/ cli/winresources/rsrc_386.syso cli/winresources/rsrc_amd64.syso