Skip to content

Commit aa6df06

Browse files
Don't ignore build*, accidently it ignored all files starts with buil… (#5051)
1 parent 2abd9dc commit aa6df06

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
@@ -95,7 +95,7 @@ htmlreport/MANIFEST
9595
*.kdev4
9696

9797
# Common cmake build directories
98-
build*
98+
build**/
9999

100100
# Temporal files
101101
*.swp

0 commit comments

Comments
 (0)