github.com/anuvu/nomad@v0.8.7-atom1/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *.log
     6  /*.hcl
     7  .DS_Store
     8  Thumbs.db
     9  
    10  # Folders
    11  _obj
    12  _test
    13  
    14  # Architecture specific extensions/prefixes
    15  *.[568vq]
    16  [568vq].out
    17  
    18  *.cgo1.go
    19  *.cgo2.c
    20  _cgo_defun.c
    21  _cgo_gotypes.go
    22  _cgo_export.*
    23  
    24  _testmain.go
    25  
    26  *.exe
    27  *.test
    28  *.prof
    29  
    30  tags
    31  bin/
    32  /pkg/
    33  .vagrant/
    34  website/build/
    35  website/npm-debug.log
    36  *.old
    37  *.attr
    38  
    39  ui/.sass-cache
    40  ui/static/base.css
    41  
    42  ui/static/application.min.js
    43  ui/dist/
    44  
    45  *.swp
    46  *.iml
    47  
    48  website/.bundle
    49  website/vendor
    50  
    51  example.nomad
    52  nomad_linux_amd64
    53  nomad_darwin_amd64
    54  TODO.md
    55  codecgen-*.generated.go
    56  
    57  .terraform
    58  *.tfstate*
    59  rkt-*
    60  
    61  ./idea
    62  *.iml
    63  
    64  # UI rules
    65  
    66  # compiled output
    67  /ui/dist
    68  /ui/tmp
    69  
    70  # dependencies
    71  /ui/node_modules
    72  /ui/bower_components
    73  
    74  # misc
    75  /ui/.sass-cache
    76  /ui/connect.lock
    77  /ui/coverage/*
    78  /ui/libpeerconnection.log
    79  /ui/npm-debug.log*
    80  /ui/testem.log
    81  .ignore
    82  
    83  # generated routes file
    84  command/agent/bindata_assetfs.go
    85  
    86  # auto-generated cert file for Terraform/Azure
    87  azure-hashistack.pem