github.com/zuoyebang/bitalosdb@v1.1.1-0.20240516111551-79a8c4d8ce20/bithash/.gitignore (about)

     1  *.exe
     2  *.exe~
     3  *.dll
     4  *.so
     5  *.dylib
     6  
     7  # Test binary, build with `go test -c`
     8  *.test
     9  
    10  # Output of the go coverage tool, specifically when used with LiteIDE
    11  *.out
    12  ### Example user template template
    13  ### Example user template
    14  
    15  # IntelliJ project files
    16  .idea
    17  out
    18  gen
    19  .DS_Store
    20  
    21  # VsCode project files
    22  .vscode/*
    23  
    24  *.log
    25  *.zip
    26  
    27  *.swp
    28  *.swo
    29  
    30  go.sock
    31  
    32  test/