github.com/mweagle/Sparta@v1.15.0/.gitignore (about)

     1  .vscode/*
     2  graph.html
     3  .envrc
     4  tags
     5  .atom-build.json
     6  resources/provision/node_modules/*
     7  resources/describe/AWS-Architecture-Icons_PNG/*
     8  
     9  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    10  *.o
    11  *.a
    12  *.so
    13  
    14  # Folders
    15  _obj
    16  _test
    17  
    18  # Architecture specific extensions/prefixes
    19  *.[568vq]
    20  [568vq].out
    21  
    22  *.cgo1.go
    23  *.cgo2.c
    24  _cgo_defun.c
    25  _cgo_gotypes.go
    26  _cgo_export.*
    27  
    28  _testmain.go
    29  
    30  *.exe
    31  *.test
    32  *.prof
    33  
    34  vendor/
    35  .sparta/