github.com/uuosio/chaintester@v0.0.0-20230731100329-1f6fad7372e5/.gitignore (about)

     1  __pycache__
     2  generated.go
     3  *.wasm
     4  *.abi
     5  
     6  # Binaries for programs and plugins
     7  *.exe
     8  *.exe~
     9  *.dll
    10  *.so
    11  *.dylib
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/