From 6f876244f95f8572406f7c8ff309f4cb453fcf14 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Tue, 5 Jul 2022 13:31:27 +0200 Subject: [PATCH] add a .gitignore to prevent double results when searching with editors (#45931) --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitignore b/src/.gitignore index 388e971d4f12da..4ddd75fbb5d629 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -21,6 +21,7 @@ /julia_version.h /flisp/host /support/host +/base/ # Clang compilation database /compile_commands*.json