diff options
| author | David Lamparter <equinox@diac24.net> | 2020-05-04 20:57:45 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
| commit | 3d62176b18ce0bccf430d2bb48088c6763eb8201 (patch) | |
| tree | 5fd1a67000039e447775a3a42c4a96be1c042586 /.gitignore | |
| parent | 8fb40377decf45a23d6eefc9ba803b8ff40557d0 (diff) | |
python: add graphviz callgraphs
Uses the JSON data extracted from LLVM bitcode by tools/frr-llvm-cg.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a725524315..fbbb04b60c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,8 @@ *_clippy.c *.bc *.cg.json +*.cg.dot +*.cg.svg ### gcov outputs |
