From 102c9721307668264b574e55d680f76142235c4d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 12 Oct 2025 12:55:09 -1000 Subject: [PATCH] ;tools:gitignore: don't ignore bin/* --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fca8bb266..2e340e5cc 100644 --- a/.gitignore +++ b/.gitignore @@ -65,9 +65,11 @@ old /tmp /bench* /bin/** -!/bin/*.hs -!/bin/*.sh -!/bin/*.md +!/bin/* +/bin/old +#!/bin/*.hs +#!/bin/*.sh +#!/bin/*.md /bin/*_.hs /examples/[1-9]*.journal /hledger/test/cli/addons