github.com/canonical/ubuntu-image@v0.0.0-20240430122802-2202fe98b290/.gitignore (about)

     1  # Binary
     2  cmd/ubuntu-image/ubuntu-image
     3  ubuntu-image
     4  
     5  # Generated binaries and corresponding assets
     6  build/
     7  
     8  # Test binary, build with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool
    12  *.out
    13  coverage.txt
    14  
    15  # Images built in the file tree
    16  *.img
    17  *.qcow2
    18  
    19  # Packaging artefacts
    20  debian/*debhelper*
    21  debian/ubuntu-image.substvars
    22  debian/files
    23  obj-*
    24  vendor/
    25  
    26  # snap
    27  ubuntu-image*.snap