harec

[hare] Hare compiler, written in C11 for POSIX OSs
Log | Files | Refs | README | LICENSE

commit 79c701e4fb2e9be46a9b17e131e1228d9e265116
parent 0ffebdda798e1aa4c473581f8d04471d796bdb91
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri, 13 May 2022 22:43:40 -0400

gitignore: don't ignore scripts in tests dir

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
M.gitignore | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -6,3 +6,6 @@ harec* **/*.a tests/* !tests/*.ha +!tests/run +!Makefile +!configure