diff options
| author | David Lamparter <equinox@diac24.net> | 2020-05-04 18:39:35 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
| commit | 8fb40377decf45a23d6eefc9ba803b8ff40557d0 (patch) | |
| tree | b01fcaa751b72f2761356f4caafef65e63f3e934 /.gitignore | |
| parent | 0045c130676694aa95f9cbd2b2fa2c3835971077 (diff) | |
build: add LLVM bitcode targets
Just an easy way to produce LLVM .bc (bitcode) files. Not used during
normal builds.
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 4c8370375d..a725524315 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,8 @@ *.pb-c.c *.pb.cc *_clippy.c +*.bc +*.cg.json ### gcov outputs |
