github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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  # Built binaries
    27  *.exe
    28  /cli
    29  
    30  out/
    31  release/*
    32  !release/index.html
    33  CHANGELOG.md.old
    34  
    35  *.iml
    36  *.zpi
    37  *.zwi
    38  
    39  *.go-e
    40  
    41  *.log
    42  
    43  .idea/
    44  
    45  tmp/
    46  
    47  .hg/
    48  
    49  *.test
    50  /tags
    51  
    52  *.coverprofile
    53  
    54  #config craeted by bin/test
    55  fixtures/.cf
    56  
    57  #Compiled Plugins
    58  fixtures/plugins/test_1
    59  fixtures/plugins/test_2
    60  fixtures/plugins/empty_plugin
    61  fixtures/config/plugin-config/.cf/plugins/test_1
    62  fixtures/config/plugin-config/.cf/plugins/test_2
    63  fixtures/config/plugin-config/.cf/plugins/empty_plugin
    64  
    65  ### VisualStudioCode ###
    66  .vscode