From e439b71424892f59fd2f1e0bfe42daf1c1bf8ed2 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 29 Nov 2020 21:35:24 +0100 Subject: .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1