From 945ee14bec844d0d5b6bc3349025c2971ed7115d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 May 2020 18:59:32 -0700 Subject: [PATCH] ;git: don't ignore scripts in bin/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0f9eb3133..7ab66ab37 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,9 @@ old /profs/* /*.prof.* /bin/** +!/bin/*.hs +!/bin/*.sh +!/bin/*.md /.latest.* test.hs tests/addons/hledger-*