From 1badd1941b5392462f47975608a46c77454e1869 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 29 Apr 2024 17:28:55 +0200 Subject: python: add tool to expand typesafe definitions This can be used to get less cryptic error/warnings from GCC when dealing with something typesafe container related. Signed-off-by: David Lamparter --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07cdb11a21..60b4189952 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ *.cg.dot *.cg.svg *.xref +*_tsexpand.h ### gcov outputs -- cgit v1.2.3