diff options
Diffstat (limited to 'content/2022-07-07-llvm-orc-jit/.gitignore')
-rw-r--r-- | content/2022-07-07-llvm-orc-jit/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/2022-07-07-llvm-orc-jit/.gitignore b/content/2022-07-07-llvm-orc-jit/.gitignore index 50f1b95..facd05e 100644 --- a/content/2022-07-07-llvm-orc-jit/.gitignore +++ b/content/2022-07-07-llvm-orc-jit/.gitignore @@ -1,3 +1,5 @@ BUILD/ compile_commands.json .cache +install-llvm* +src-llvm* |