From 3258e6938ac266998ced1394792e1a3a44779526 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 12 Jan 2020 21:44:24 +0000 Subject: [PATCH] Ignore local* files. Allows you to have ./localconfigure and/or ./localmake files to add local parameters to configure or make. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f7f3271..02815a7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.log *.o +/local* + /man/*.? .depend -- 1.8.3.1