stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
22.5k stars 1.56k forks source link

.gitignore: ignore "go test -c" binaries #1565

Closed dolmen closed 4 months ago

dolmen commented 4 months ago

Summary

Ignore binaries produced by go test -c.

Changes

Motivation

Ease maintenance as there is no risk of committing those files by mistake.

Related issues

N/A