Skip to content

Commit 72e22d1

Browse files
committed
Limit .gitignore of build directory to root
VSCode uses .gitignore to hide directories, without this change this includes `scripts/build`, making it impossible to open or search the directory inside VSCode.
1 parent 59490e1 commit 72e22d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bin/*
8282
compile_commands.json
8383

8484
# Out-of-source build directory
85-
build/
85+
/build/
8686

8787
# ccls
8888
.ccls-cache

0 commit comments

Comments
 (0)