diff options
| -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/* |
