diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-04-29 17:28:55 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-04-29 17:37:49 +0200 |
| commit | 1badd1941b5392462f47975608a46c77454e1869 (patch) | |
| tree | 34c0e79706946d0c3987b25ae5bee56017292aed /.gitignore | |
| parent | 65c2593a12dcd2688e2d83eba6a39c0df519c4b1 (diff) | |
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 <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
