github.com/goplus/llgo@v0.8.3/c/llama2/.gitignore (about) 1 # If you prefer the allow list template instead of the deny list, see community template: 2 # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 3 # 4 # Binaries for programs and plugins 5 *.exe 6 *.exe~ 7 *.dll 8 *.so 9 *.dylib 10 11 stories*.bin 12 .DS_Store 13 err.log 14 15 # Test binary, built with `go test -c` 16 *.test 17 18 # Output of the go coverage tool, specifically when used with LiteIDE 19 *.out 20 *.swp 21 22 # Dependency directories (remove the comment below to include it) 23 # vendor/ 24 25 # Go workspace file 26 go.work*