.gitignore aktualisiert

This commit is contained in:
Turingon 2024-01-25 19:27:15 +00:00
parent e456ed4337
commit 2513476977

44
.gitignore vendored
View file

@ -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