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 /.gitignore | |
| parent | fa03d806ef28bebce59763874bcffcfae4b92ff4 (diff) | |
build: ignore LLVM disassembly files (.ll)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05ca0b1140..936a6f71ae 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ *.pb.cc *_clippy.c *.bc +*.ll *.cg.json *.cg.dot *.cg.svg |
