From 251347697769f6eca43eb95ca79040c98eea13f3 Mon Sep 17 00:00:00 2001 From: Turingon Date: Thu, 25 Jan 2024 19:27:15 +0000 Subject: [PATCH] .gitignore aktualisiert --- .gitignore | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) 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