github.com/ava-labs/subnet-evm@v0.6.4/.gitignore (about)

     1  ./main
     2  
     3  *.log
     4  *~
     5  .DS_Store
     6  
     7  awscpu
     8  
     9  # Binaries for programs and plugins
    10  *.exe
    11  *.exe~
    12  *.dll
    13  *.so
    14  *.dylib
    15  *.profile
    16  
    17  # Test binary, build with `go test -c`
    18  *.test
    19  
    20  # Output of the go coverage tool, specifically when used with LiteIDE
    21  *.out
    22  
    23  # ignore GoLand metafiles directory
    24  .idea/
    25  
    26  *logs/
    27  
    28  .vscode*
    29  
    30  *.pb*
    31  
    32  *cpu[0-9]*
    33  *mem[0-9]*
    34  *lock[0-9]*
    35  *.profile
    36  *.swp
    37  *.aux
    38  *.fdb*
    39  *.fls
    40  *.gz
    41  *.pdf
    42  
    43  .coverage
    44  
    45  bin/
    46  build/
    47  
    48  cmd/evm/evm
    49  cmd/simulator/.simulator/*
    50  cmd/simulator/simulator
    51  
    52  # goreleaser
    53  dist/