github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+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  CHANGELOG.md.old
    31  
    32  *.iml
    33  *.zpi
    34  *.zwi
    35  
    36  *.go-e
    37  
    38  *.log
    39  
    40  .idea/
    41  
    42  tmp/
    43  
    44  .hg/
    45  
    46  *.test
    47  tags
    48  
    49  *.coverprofile
    50  
    51  #config craeted by bin/test
    52  fixtures/.cf
    53  
    54  #Compiled Plugins
    55  fixtures/plugins/test_1
    56  fixtures/plugins/test_2
    57  fixtures/plugins/empty_plugin
    58  fixtures/config/plugin-config/.cf/plugins/test_1
    59  fixtures/config/plugin-config/.cf/plugins/test_2
    60  fixtures/config/plugin-config/.cf/plugins/empty_plugin
    61  
    62  ### VisualStudioCode ###
    63  .vscode