Skip to content

Commit 18b08bd

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd1ee9dce2eba' from llvm.org/main into next
2 parents 27db18e + d1ee9dc commit 18b08bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ autoconf/autom4te.cache
5454
/CMakeSettings.json
5555
# CLion project configuration
5656
/.idea
57+
/cmake-build*
5758

5859
#==============================================================================#
5960
# Directories to ignore (do not add trailing '/'s, they skip symlinks).

llvm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ autoconf/autom4te.cache
3232
/CMakeSettings.json
3333
# CLion project configuration
3434
/.idea
35+
/cmake-build*
3536
# Qt Creator project configuration
3637
/CMakeLists.txt.user
3738

0 commit comments

Comments
 (0)