logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: a27bec8ba264ed9f86eea427326a0b53934db019
parent 6d37c7d61114da9b668fdad400c48dc7c737732c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  8 Jun 2021 04:58:50 +0200

.gitignore: Do not ignore *.sh and *.1

Diffstat:

M.gitignore4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,8 @@ /bin !/bin/*.c +!/bin/*.sh +!/bin/*.1 /sbin !/sbin/*.c +!/sbin/*.sh +!/sbin/*.1