github.com/ubuntu/ubuntu-report@v1.7.4-0.20240410144652-96f37d845fac/.gitignore (about) 1 # Binaries for programs and plugins 2 cmd/ubuntu-report/ubuntu-report 3 *.so 4 libsysmetrics.so.* 5 6 # Generated binaries and corresponding assets 7 build/ 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool 13 *.out 14 coverage.txt 15 16 # Packaging artefacts 17 debian/ 18 obj-* 19 parts/ 20 stage/ 21 prime/ 22 snap/.snapcraft/state 23 *.snap