summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-05-04 18:39:35 +0200
committerDavid Lamparter <equinox@diac24.net>2020-05-05 14:39:12 +0200
commit8fb40377decf45a23d6eefc9ba803b8ff40557d0 (patch)
treeb01fcaa751b72f2761356f4caafef65e63f3e934 /.gitignore
parent0045c130676694aa95f9cbd2b2fa2c3835971077 (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--.gitignore2
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