github.com/SUSE/skuba@v1.4.17/.gitignore (about)

     1  # Mac OS X files
     2  .DS_Store
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.dll
     7  *.so
     8  *.dylib
     9  
    10  # Test binary, build with `go test -c`
    11  *.test
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  
    16  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    17  .glide/
    18  
    19  # Binary folder
    20  /bin
    21  
    22  # RPM files folder
    23  ci/packaging/suse/obs_files
    24  
    25  # ignore coverage result
    26  /coverage.out
    27  
    28  # ignore skuba
    29  /skuba
    30  
    31  # ignore junit files
    32  ci/infra/testrunner/pr.xml