aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-11-29 21:35:24 +0100
committerSteve Bennett <steveb@workware.net.au>2020-11-30 08:12:40 +1000
commite439b71424892f59fd2f1e0bfe42daf1c1bf8ed2 (patch)
tree79cc31e78bb34de241c7ec159fe5911a4bd09b06 /.gitignore
parent7eb4881306eb10000657a6b020f12002d30943d1 (diff)
downloadjimtcl-e439b71424892f59fd2f1e0bfe42daf1c1bf8ed2.zip
jimtcl-e439b71424892f59fd2f1e0bfe42daf1c1bf8ed2.tar.gz
jimtcl-e439b71424892f59fd2f1e0bfe42daf1c1bf8ed2.tar.bz2
.gitignore: add generated file /examples.api/Makefile
When building in-tree, the generated file is not ignored and the tree appears as dirty. Add the generated file to .gitignore. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b387250..f1dc34c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
config.log
tags
/Makefile
+/examples.api/Makefile
/tests/Makefile
Tcl.html
jimautoconf.h