summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2024-04-29 17:28:55 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2024-04-29 17:37:49 +0200
commit1badd1941b5392462f47975608a46c77454e1869 (patch)
tree34c0e79706946d0c3987b25ae5bee56017292aed /.gitignore
parent65c2593a12dcd2688e2d83eba6a39c0df519c4b1 (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--.gitignore1
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