github.com/pachyderm/pachyderm@v1.13.4/.gitignore (about)

     1  # For emacs partials
     2  *~
     3  *#*
     4  
     5  # vim temporary files
     6  *.sw[a-p]
     7  
     8  # For context helper script config
     9  .ctx
    10  
    11  # Build artifacts
    12  .goxc.json
    13  /protofix
    14  doc/_build
    15  
    16  # Release artifacts
    17  /VERSION
    18  
    19  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    20  *.o
    21  *.a
    22  *.so
    23  
    24  # Folders
    25  _obj
    26  _test
    27  *.DS_Store
    28  /_worktree_data
    29  
    30  # Architecture specific extensions/prefixes
    31  ./*.[568vq]
    32  [568vq].out
    33  
    34  *.cgo1.go
    35  *.cgo2.c
    36  _cgo_defun.c
    37  _cgo_gotypes.go
    38  _cgo_export.*
    39  
    40  _testmain.go
    41  
    42  *.exe
    43  
    44  _tmp
    45  /build/
    46  /etc/testing/s3gateway/s3-tests
    47  /etc/testing/s3gateway/*.txt
    48  /etc/testing/deploy-manifests/test
    49  
    50  .bucket
    51  .cluster_name
    52  
    53  # python stuff
    54  *.pyc
    55  __pycache__
    56  
    57  # local env vars
    58  /.envrc