Skip to content

Commit 935c370

Browse files
committed
Update Qt.gitignore
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
1 parent da00310 commit 935c370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Qt.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ moc_*.cpp
2323
qrc_*.cpp
2424
ui_*.h
2525
Makefile*
26-
*-build-*
26+
*build-*
2727

2828
# QtCreator
2929

0 commit comments

Comments
 (0)