harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e7bf4277c1dd4a8763ac3964a6f68d4e3fe942d0
parent e2f568bb6e42234131d1cd450bc75d3c52ea2641
Author: Sebastian <sebastian@sebsite.pw>
Date:   Mon,  7 Mar 2022 20:47:36 -0500

.gitignore: don't ignore test sources

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

Diffstat:
M.gitignore | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -4,5 +4,5 @@ mod/ harec* **/*.o **/*.a -tests/ +tests/* !tests/*.ha