github.com/smithx10/nomad@v0.9.1-rc1/.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  # Test file
    40  exit-code
    41  
    42  # Don't commit uncompressed state test files
    43  client/state/testdata/*.db
    44  
    45  ui/.sass-cache
    46  ui/static/base.css
    47  
    48  ui/static/application.min.js
    49  ui/dist/
    50  
    51  *.swp
    52  *.iml
    53  
    54  website/.bundle
    55  website/vendor
    56  
    57  example.nomad
    58  nomad_linux_amd64
    59  nomad_darwin_amd64
    60  TODO.md
    61  codecgen-*.generated.go
    62  
    63  .terraform
    64  *.tfstate*
    65  rkt-*
    66  
    67  ./idea
    68  *.iml
    69  
    70  # UI rules
    71  
    72  # compiled output
    73  /ui/dist
    74  /ui/tmp
    75  
    76  # dependencies
    77  /ui/node_modules
    78  /ui/bower_components
    79  
    80  # misc
    81  /ui/.sass-cache
    82  /ui/connect.lock
    83  /ui/coverage/*
    84  /ui/libpeerconnection.log
    85  /ui/npm-debug.log*
    86  /ui/testem.log
    87  .ignore
    88  
    89  # generated routes file
    90  command/agent/bindata_assetfs.go
    91  
    92  # auto-generated cert file for Terraform/Azure
    93  azure-hashistack.pem
    94  
    95  # generated keys for e2e tests
    96  e2e/terraform/keys/