diff options
author | David Lamparter <equinox@diac24.net> | 2021-03-27 20:52:44 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-27 20:59:45 +0100 |
commit | 8304bb4c1107a0b66fde9729ec0cd785b09f9285 (patch) | |
tree | 876b7c0c5912c733145e8e99b014cb480ff6f6cb | |
parent | build: ignore frr-llvm-cg binary (diff) | |
download | frr-8304bb4c1107a0b66fde9729ec0cd785b09f9285.tar.xz frr-8304bb4c1107a0b66fde9729ec0cd785b09f9285.zip |
build: ignore LLVM disassembly files (.ll)
Signed-off-by: David Lamparter <equinox@diac24.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05ca0b114..936a6f71a 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ *.pb.cc *_clippy.c *.bc +*.ll *.cg.json *.cg.dot *.cg.svg |