Skip to content

Commit 0a923f0

Browse files
committed
Allow /build to be a symlink in .gitignore.
1 parent bac0761 commit 0a923f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ prerelease.txt
3131
*.app
3232

3333
# Build directory
34-
build/
35-
/build*/
34+
/build*
3635
emscripten_build/
3736
docs/_build
3837
__pycache__

0 commit comments

Comments
 (0)