diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 06:38:57 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 06:38:57 +1100 |
| commit | ba77f399274da516c09e40035016ed870487edd2 (patch) | |
| tree | f8cdcc696f386dcb22c3dda6ebad412415052b78 /.gitignore | |
| parent | 448a395028bcfa010c4700a31da079813f27406b (diff) | |
chore(git): Ignore bench/dist/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ +# NOTE: There is no way to ignore raw executables without ignoring the Makefile as well, +# so just remember to put all executables in the dist/ directory. + + dist/* .cache/* tests/logs/* -bench/dist/*
\ No newline at end of file +bench/dist/* |
