github.com/nsqio/nsq@v1.3.0/.gitignore (about)

     1  /build/
     2  dist/
     3  .cover/
     4  profile/
     5  
     6  # nsqd data from testing
     7  *.dat
     8  
     9  # nsqadmin
    10  node_modules
    11  
    12  # apps
    13  apps/nsqlookupd/nsqlookupd
    14  apps/nsqd/nsqd
    15  apps/nsqadmin/nsqadmin
    16  apps/nsq_to_nsq/nsq_to_nsq
    17  apps/nsq_to_file/nsq_to_file
    18  apps/nsq_pubsub/nsq_pubsub
    19  apps/nsq_to_http/nsq_to_http
    20  apps/nsq_tail/nsq_tail
    21  apps/nsq_stat/nsq_stat
    22  apps/to_nsq/to_nsq
    23  bench/bench_reader/bench_reader
    24  bench/bench_writer/bench_writer
    25  bench/bench_channels/bench_channels
    26  
    27  # Go.gitignore
    28  
    29  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    30  *.o
    31  *.a
    32  *.so
    33  
    34  # Folders
    35  _obj
    36  _test
    37  
    38  # Architecture specific extensions/prefixes
    39  *.[568vq]
    40  [568vq].out
    41  
    42  *.cgo1.go
    43  *.cgo2.c
    44  _cgo_defun.c
    45  _cgo_gotypes.go
    46  _cgo_export.*
    47  
    48  _testmain.go
    49  
    50  *.exe
    51  
    52  
    53  # vim stuff
    54  *.sw[op]