[PATCH] D93167: [NFC] Add CMakeUserPresets.json filename to .gitignore

Balázs Benics via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 03:46:52 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdef99ad68bce: [NFC] Add CMakeUserPresets.json filename to .gitignore (authored by steakhal).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93167/new/

https://reviews.llvm.org/D93167

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -21,6 +21,9 @@
 #OS X specific files.
 .DS_store
 
+# Ignore the user specified CMake presets in subproject directories.
+/*/CMakeUserPresets.json
+
 # Nested build directory
 /build*
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93167.318479.patch
Type: text/x-patch
Size: 305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/bae4b216/attachment.bin>


More information about the llvm-commits mailing list