github.com/goplus/llgo@v0.8.3/.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  test.db
    12  llgo_autogen.ll
    13  stories*.bin
    14  .DS_Store
    15  err.log
    16  numpy.txt
    17  
    18  _go/
    19  _runtime/
    20  _tinygo/
    21  build.dir/
    22  .vscode/
    23  
    24  # Test binary, built with `go test -c`
    25  *.test
    26  
    27  # Output of the go coverage tool, specifically when used with LiteIDE
    28  *.out
    29  *.swp
    30  
    31  # Dependency directories (remove the comment below to include it)
    32  # vendor/
    33  
    34  # Go workspace file
    35  go.work*