aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-06-12 16:25:07 +0200
committerSteve Bennett <steveb@workware.net.au>2020-06-13 07:12:11 +1000
commitd823b9d3313107cf92c51d94d8b00c6541d565c7 (patch)
tree741a8971c002330a7402c4f6d267e8190aa091e3 /.gitignore
parenta712f98d210b8554020019a0162a65e6721c9e97 (diff)
downloadjimtcl-d823b9d3313107cf92c51d94d8b00c6541d565c7.zip
jimtcl-d823b9d3313107cf92c51d94d8b00c6541d565c7.tar.gz
jimtcl-d823b9d3313107cf92c51d94d8b00c6541d565c7.tar.bz2
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 <borneo.antonio@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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