From 1cf23e68f1c432fc0f9aaf44e28ad1211de8f046 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 14 Dec 2021 05:07:35 -0500 Subject: [PATCH] initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..667aec2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.7z +*.bak +*.deb +*.jar +*.rar +*.run +*.sig +*.tar +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tbz +*.tbz2 +*.tgz +*.txz +*.zip +.*.swp +.editix + +# 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 +# But DO include the actual tests. +!_test.go +!*_test.go +!*_test/ + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/