[all-commits] [llvm/llvm-project] d1ee9d: [llvm-project][llvm] .gitignore supports filtering...
caipeng via All-commits
all-commits at lists.llvm.org
Tue Oct 1 16:32:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1ee9dce2ebad30b3dbc0df4f2a1307f63065b55
https://github.com/llvm/llvm-project/commit/d1ee9dce2ebad30b3dbc0df4f2a1307f63065b55
Author: caipeng <iiicp at outlook.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M .gitignore
M llvm/.gitignore
Log Message:
-----------
[llvm-project][llvm] .gitignore supports filtering folders starting with cmake-build (#110649)
Using clion to build llvm, in debug mode, the cmake-build-debug folder
will be created by default, and in release mode, the cmake-build-release
folder will be created by default, and these folders need to be filtered
out of the .gitignore again, or else they will contaminate the current
working environment.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list