commit ae39ee6adb9a603c831f205c4579bdfd8777e705 Author: brent s Date: Mon Sep 7 04:06:09 2020 -0400 adding gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f32697 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*.7z +*.bak +*.deb +*.jar +*.rar +*.run +*.sig +*.tar +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tbz +*.tbz2 +*.tgz +*.txz +*.zip +.*.swp +.editix +.idea/ + +# https://github.com/github/gitignore/blob/master/Go.gitignore +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/