github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+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  
     9  # Folders
    10  _obj
    11  _test
    12  
    13  # Architecture specific extensions/prefixes
    14  *.[568vq]
    15  [568vq].out
    16  
    17  *.cgo1.go
    18  *.cgo2.c
    19  _cgo_defun.c
    20  _cgo_gotypes.go
    21  _cgo_export.*
    22  
    23  _testmain.go
    24  
    25  *.exe
    26  
    27  out/
    28  release/*
    29  !release/index.html
    30  
    31  *.iml
    32  *.zpi
    33  *.zwi
    34  
    35  *.go-e
    36  
    37  *.log
    38  
    39  .idea/
    40  
    41  tmp/
    42  
    43  .hg/
    44  
    45  *.test
    46  tags
    47  
    48  *.coverprofile
    49  
    50  #config craeted by bin/test
    51  fixtures/.cf
    52  
    53  #Compiled Plugins
    54  fixtures/plugins/test_1
    55  fixtures/plugins/test_2
    56  fixtures/plugins/empty_plugin
    57  fixtures/config/plugin-config/.cf/plugins/test_1
    58  fixtures/config/plugin-config/.cf/plugins/test_2
    59  fixtures/config/plugin-config/.cf/plugins/empty_plugin
    60  
    61  # NEVER commit the resources files!
    62  cf/resources/i18n_resources.go