github.com/enmand/kubernetes@v1.2.0-alpha.0/.gitignore (about)

     1  # OSX leaves these everywhere on SMB shares
     2  ._*
     3  
     4  # OSX trash
     5  .DS_Store
     6  
     7  # Eclipse files
     8  .classpath
     9  .project
    10  .settings/**
    11  
    12  # This is where the result of the go build goes
    13  /output/**
    14  /output
    15  /_output/**
    16  /_output
    17  
    18  # Emacs save files
    19  *~
    20  \#*\#
    21  .\#*
    22  
    23  # Vim-related files
    24  [._]*.s[a-w][a-z]
    25  [._]s[a-w][a-z]
    26  *.un~
    27  Session.vim
    28  .netrwhist
    29  
    30  # Go test binaries
    31  *.test
    32  /hack/.test-cmd-auth
    33  
    34  # JUnit test output from ginkgo e2e tests
    35  /junit*.xml
    36  
    37  # Mercurial files
    38  **/.hg
    39  **/.hg*
    40  
    41  # Vagrant
    42  .vagrant
    43  network_closure.sh
    44  
    45  # Local cluster env variables
    46  /cluster/env.sh
    47  
    48  # Compiled binaries in third_party
    49  /third_party/pkg
    50  
    51  # Also ignore etcd installed by hack/install-etcd.sh
    52  /third_party/etcd*
    53  
    54  # User cluster configs
    55  .kubeconfig
    56  
    57  .tags*
    58  
    59  # Web UI
    60  www/master/node_modules/
    61  www/master/npm-debug.log
    62  www/master/shared/config/development.json
    63  
    64  # Karma output
    65  www/test_out
    66  
    67  # precommit temporary directories created by ./hack/verify-generated-docs.sh and ./hack/lib/util.sh
    68  _tmp/
    69  doc_tmp/