pkg.tk-software.de/gotice@v0.4.1-0.20240224130243-6adec687b106/.gitignore (about)

     1  # Mac OS X files
     2  .DS_Store
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  *.zip
    11  *.gz
    12  dist/
    13  
    14  # Test binary, build with `go test -c`
    15  *.test
    16  
    17  # Test result file
    18  tests.xml
    19  
    20  # Test output
    21  NOTICE.*
    22  
    23  # Output of the go coverage tool
    24  *.out
    25  coverage.html