From df0a544fdf32aa0baa0b8909ffaa748cbd525b35 Mon Sep 17 00:00:00 2001 From: Tom Russo Date: Sun, 2 Jun 2024 15:57:18 -0600 Subject: [PATCH] Make src/help.h ignored by git src/help.h is generated from src/help.txt, so it shouldn't be tracked by git. But src/help.txt *should* be. This commit makes it so. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 270bc82..9534aee 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,4 @@ Mkfile.old dkms.conf # Temporary files -src/help.txt \ No newline at end of file +src/help.h