github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/.gitignore (about)

     1  .DS_Store
     2  *.swp
     3  
     4  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     5  *.o
     6  *.a
     7  *.so
     8  *.syso
     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  
    28  out/
    29  release/*
    30  !release/index.html
    31  CHANGELOG.md.old
    32  
    33  *.iml
    34  *.zpi
    35  *.zwi
    36  
    37  *.go-e
    38  
    39  *.log
    40  
    41  .idea/
    42  
    43  tmp/
    44  
    45  .hg/
    46  
    47  *.test
    48  tags
    49  
    50  *.coverprofile
    51  
    52  #config craeted by bin/test
    53  fixtures/.cf
    54  
    55  #Compiled Plugins
    56  fixtures/plugins/test_1
    57  fixtures/plugins/test_2
    58  fixtures/plugins/empty_plugin
    59  fixtures/config/plugin-config/.cf/plugins/test_1
    60  fixtures/config/plugin-config/.cf/plugins/test_2
    61  fixtures/config/plugin-config/.cf/plugins/empty_plugin
    62  
    63  ### VisualStudioCode ###
    64  .vscode