github.com/MichaelDarr/ahab@v0.0.0-20200528062404-c74c5106e605/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  ahab
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Debian Build Artifacts
    16  build/deb/*.deb
    17  build/deb/ahab-*
    18  build/deb/ahab_*
    19  build/deb/*.gz
    20  build/deb/*.xz
    21  build/deb/*.gz.*
    22  build/deb/*.xz.*
    23  
    24  # Test config dir (exception)
    25  !test/ahab