From d0119676a7816df4b75fb49df0fe206affe9b30a Mon Sep 17 00:00:00 2001 From: caipeng Date: Tue, 1 Oct 2024 18:52:18 +0800 Subject: [PATCH] [llvm-project][llvm] .gitignore supports filtering folders starting with cmake-build --- .gitignore | 1 + llvm/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 20c4f52cd3786..0e7c6c7900133 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ autoconf/autom4te.cache /CMakeSettings.json # CLion project configuration /.idea +/cmake-build* #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks). diff --git a/llvm/.gitignore b/llvm/.gitignore index eb69323201a53..48dda423228c2 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -32,6 +32,7 @@ autoconf/autom4te.cache /CMakeSettings.json # CLion project configuration /.idea +/cmake-build* # Qt Creator project configuration /CMakeLists.txt.user