github.com/justinjmoses/evergreen@v0.0.0-20170530173719-1d50e381ff0d/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *~
     6  *.DS_Store
     7  *.swp
     8  *.swo
     9  *.swn
    10  
    11  .gopath
    12  
    13  vendor/src/labix.org/v2/mgo/.bzr
    14  vendor/pkg
    15  
    16  # Folders
    17  _obj
    18  _test
    19  bin
    20  # Architecture specific extensions/prefixes
    21  *.[568vq]
    22  [568vq].out
    23  
    24  *.cgo1.go
    25  *.cgo2.c
    26  _cgo_defun.c
    27  _cgo_gotypes.go
    28  _cgo_export.*
    29  
    30  _testmain.go
    31  
    32  tags
    33  
    34  *.tar.gz
    35  
    36  mci_testing_env
    37  /executables
    38  logs
    39  public/node_modules/
    40  *testlog*
    41  archive/testdata/artifacts_out/
    42  archive/testdata/artifacts_test/
    43  command/testdata/tmp/
    44  plugin/builtin/archive/testdata/output/
    45  plugin/builtin/archive/testdata/target.tgz
    46  plugin/builtin/s3Plugin/testdata/
    47  
    48  # directory for gvp
    49  .godeps
    50  
    51  npm-debug.log
    52  clients
    53  testdata/target.tgz
    54  
    55  
    56  plugin/config/build_baron.go
    57  plugin/config/keyval.go
    58  plugin/config/perf.go
    59  plugin/config/perf_dashboard.go
    60  service/plugins/buildbaron/
    61  service/plugins/dashboard/
    62  service/plugins/perf/
    63  vendor/github.com/10gen/evg-perf-dashboard/
    64  vendor/github.com/10gen/evg-perf/
    65  vendor/github.com/evergreen-ci/build-baron-plugin/
    66  vendor/github.com/evergreen-ci/keyval/
    67  fabfile.py
    68  Plugins