Skip to content

Commit b6ed223

Browse files
committed
gitignore: fix broken build dir glob
.gitignore do not adhere to regex, but their own glob based pattern matching. Signed-off-by: Jan Kraemer <jan.kraemer@vector.com>
1 parent b218e40 commit b6ed223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# compile commands for clangd support
22
compile_commands.json
33
# ignore cmake-generated path directories
4-
^build*/
4+
build*/
55
_build*/
66
install*/
77
_install*/

0 commit comments

Comments
 (0)