diff --git a/.gitignore b/.gitignore index e257658..d0570f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,34 +1,22 @@ -# ---> C++ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries +# ---> Go +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll *.so *.dylib -*.dll -# Fortran module files -*.mod -*.smod +# Test binary, built with `go test -c` +*.test -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe +# Output of the go coverage tool, specifically when used with LiteIDE *.out -*.app +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work \ No newline at end of file