aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2018-10-29 14:51:02 +0000
committerMichael Kruse <llvm@meinersbur.de>2018-10-29 14:51:02 +0000
commitd7bca00ab0094918b9fd8674f4ac1d3cf6741b4e (patch)
treef3509d19288a4efbe4e6ab516512f0be261f8fab /llvm/.gitignore
parentc1608c96f6cc87c067e009abff42800ed54451a5 (diff)
downloadllvm-d7bca00ab0094918b9fd8674f4ac1d3cf6741b4e.zip
llvm-d7bca00ab0094918b9fd8674f4ac1d3cf6741b4e.tar.gz
llvm-d7bca00ab0094918b9fd8674f4ac1d3cf6741b4e.tar.bz2
[git/svn] Ignore Visual Studio's CMakeSettings.json.
When using Visual Studio's built-in support for CMake, the CMakeSettings.json contains the build configurations (build dir, generator, toolchain, cmake variables, etc). It is specific to the build machine, therefore should not be versioned. Differential Revision: https://reviews.llvm.org/D53775 llvm-svn: 345504
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index 224bd2f..fd30887 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -41,6 +41,8 @@ cscope.out
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).