diff options
author | IntelligentQuantum <IntelligentQuantum@ProtonMail.Com> | 2022-11-08 13:20:17 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 10:50:17 +0100 |
commit | 0320e56074ed8380378a4c1be55df6ac7cc9612a (patch) | |
tree | b4122bab5a25ad70e6b8cf4a2b76cfcfb6edc18d /.gitignore | |
parent | 71a93382b20b9cd29addf53e0d2cf27aabb75e8d (diff) |
Misc: Adjust cmake-build pattern in .gitignore for IDEs using that file as their own filter (#28501)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8f53d915b4a..ca87c0fcc78 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,6 @@ nbproject/* .idea/* .browse.VC* .vscode -cmake-build-*/ +cmake-build-*/* .vs *.user |