github.com/igggame/nebulas-go@v2.1.0+incompatible/.gitignore (about)

     1  # profile
     2  *.profile
     3  profile/
     4  
     5  # vendor dir.
     6  vendor
     7  vendor.*
     8  
     9  # ide files.
    10  .idea
    11  .vscode
    12  
    13  # Mac temp files.
    14  .DS_Store
    15  
    16  # build files
    17  neb
    18  neb-*
    19  cmd/network/network
    20  !cmd/neb
    21  debug
    22  cmd/console/neb.js/dist/
    23  *.report
    24  *.report.xml
    25  *.log
    26  nf/nvm/native-lib
    27  native-lib
    28  
    29  # test debug
    30  *.test
    31  
    32  # db
    33  *.db
    34  normal.db*
    35  
    36  # c/cpp temp files.
    37  *.o
    38  
    39  # 3rd test suites.
    40  mozilla_js_tests*
    41  
    42  #keydir
    43  
    44  #node_modules
    45  node_modules
    46  
    47  #log
    48  logs/
    49  crash.log
    50  
    51  #pprof
    52  cpuprofile.log
    53  memprofile.log
    54  
    55  #testnet
    56  testnet/conf/network.key
    57  
    58  #nbre
    59  nbre/3rd_party/boost_1_67_0/
    60  nbre/3rd_party/bzip2-1.0.6/
    61  nbre/3rd_party/cfe-6.0.1.src/
    62  nbre/3rd_party/clang-tools-extra-6.0.1.src/
    63  nbre/3rd_party/cmake-3.12.2/
    64  nbre/3rd_party/compiler-rt-6.0.1.src/
    65  nbre/3rd_party/grpc.tar.gz
    66  nbre/3rd_party/libcxx-6.0.1.src/
    67  nbre/3rd_party/libcxxabi-6.0.1.src/
    68  nbre/3rd_party/libunwind-6.0.1.src/
    69  nbre/3rd_party/lld-6.0.1.src/
    70  nbre/3rd_party/llvm-6.0.1.src/
    71  nbre/3rd_party/llvm-build/
    72  nbre/3rd_party/snappy
    73  nbre/3rd_party/zlib
    74  nbre/3rd_party/zstd-1.1.3/
    75  nbre/3rd_party/gflags/
    76  nbre/3rd_party/grpc
    77  nbre/3rd_party/cryptopp/
    78  
    79  nbre/bin/
    80  nbre/build/
    81  nbre/lib/
    82  nbre/lib_llvm/