From 17b1252dd5732f87a00c820babd994ca4c025cd4 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 16 Jan 2021 07:46:27 +0100 Subject: [PATCH] fix: ignore only git-chglog binary in root and not subfolder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc69a2fc..c331ce69 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ *.dll *.so *.dylib -git-chglog +/git-chglog # Test binary, build with `go test -c` *.test