commit 4cb92f7db22e32384494488e1d63a3c2a841843a parent 8efcd857154b25a82a1f3be300a01944206493c9 Author: Sebastian <sebastian@sebsite.pw> Date: Sun, 20 Feb 2022 18:40:50 -0500 gitignore: ignore test executables Signed-off-by: Sebastian <sebastian@sebsite.pw> Diffstat:
M | .gitignore | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -4,3 +4,5 @@ mod/ harec* **/*.o **/*.a +tests/ +!tests/*.ha