github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/.gitignore (about)

     1  # Local additions
     2  *~
     3  .DS_Store
     4  .vscode
     5  *.swp
     6  
     7  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     8  *.o
     9  *.a
    10  *.so
    11  build/
    12  dist/
    13  
    14  # Local FUSE Mount Point directories
    15  AgentMountPoint
    16  CommonMountPoint
    17  
    18  # Default etcd database
    19  default.etcd/
    20  
    21  # Replay Logs
    22  CommonVolume.rlog
    23  
    24  # specific binaries
    25  jrpcfs/test/client
    26  
    27  # Folders
    28  _obj
    29  _test
    30  
    31  # Architecture specific extensions/prefixes
    32  *.[568vq]
    33  [568vq].out
    34  
    35  *.cgo1.go
    36  *.cgo2.c
    37  _cgo_defun.c
    38  _cgo_gotypes.go
    39  _cgo_export.*
    40  
    41  _testmain.go
    42  
    43  *.exe
    44  *.test
    45  *.prof
    46  *.uds
    47  *.pyc
    48  *.png
    49  
    50  # Vagrant private directory
    51  .vagrant/
    52  .bundle/
    53  
    54  # test coverage artifacts (see https://blog.golang.org/cover#TOC_5.)
    55  coverage.out
    56  count.out
    57  coverage.coverprofile
    58  
    59  # log files
    60  *.log
    61  
    62  # tags
    63  tags
    64  
    65  # setuptools leaves egg stuff around
    66  pfs_middleware/*.egg-info
    67  meta_middleware/*.egg-info
    68  
    69  # tox's virtualenvs
    70  .tox
    71  
    72  # coverage report temporary files
    73  pfs_middleware/.coverage
    74  
    75  # runway by-products
    76  ci/ansible/chef_files/local-mode-cache/
    77  nodes/
    78  
    79  # IDE-related stuff
    80  .idea
    81  
    82  # pfs-jrpc cache
    83  
    84  pfs-jrpc.env