From ea359ddb3cf1276e6129d4607cba25516740f812 Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Thu, 9 Feb 2023 18:58:16 +0000 Subject: [PATCH] Extend ignored files declaration --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 73fa446..cd2cdbc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,24 @@ # PDF's data/*.pdf +# Mac OS X files +.DS_Store + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + +# Dependency directories (remove the comment below to include it) +# vendor/