From d823b9d3313107cf92c51d94d8b00c6541d565c7 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Fri, 12 Jun 2020 16:25:07 +0200 Subject: [PATCH] update .gitignore adding jimtcl.pc and tests/Makefile Commit aa4427dee716 ("Add pkg-config support: jimtcl.pc") adds the build time file jimtcl.pc Commit 630df0da46f4 ("Update autosetup to v0.6.8") adds running make-template on tests/Makefile.in, producing tests/Makefile Add both jimtcl.pc and tests/Makefile to .gitignore Signed-off-by: Antonio Borneo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f9ad15c..b387250 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ config.log tags /Makefile +/tests/Makefile Tcl.html jimautoconf.h jimautoconfext.h @@ -23,3 +24,4 @@ build-jim-ext *.gcno *.gcov coverage*.html +jimtcl.pc -- 2.11.4.GIT