[PATCH] D53775: [git/svn] Ignore Visual Studio's CMakeSettings.json.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 29 07:54:41 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL345504: [git/svn] Ignore Visual Studio's CMakeSettings.json. (authored by Meinersbur, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D53775?vs=171341&id=171501#toc
Repository:
rL LLVM
https://reviews.llvm.org/D53775
Files:
llvm/trunk
llvm/trunk/.gitignore
Index: llvm/trunk/.gitignore
===================================================================
--- llvm/trunk/.gitignore
+++ llvm/trunk/.gitignore
@@ -41,6 +41,8 @@
autoconf/aclocal.m4
autoconf/autom4te.cache
/compile_commands.json
+# Visual Studio built-in CMake configuration
+/CMakeSettings.json
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53775.171501.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/82b46f48/attachment.bin>
More information about the llvm-commits
mailing list