commit 5a387cee873365069ad40201fa4d1c514476aa55 parent e8b8e4f51481121a5ce042812e7e62e7b27e6116 Author: jvoisin <julien.voisin@dustri.org> Date: Mon, 21 Aug 2023 17:45:42 +0200 Improve the .gitignore file wrt. tests Diffstat:
M | .gitignore | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,5 @@ x86_64-linux-musl-native x86_64-linux-musl-native.tgz +tests/* +!tests/*.c +!tests/Makefile