Skip to content

Commit 32cba5a

Browse files
committed
Add wild-card suffix for Makefile
With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and Makefile.Release. And I assume it is useful to have all types Makefiles ignored. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent f31b319 commit 32cba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Qt.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
*.pro.user.*
1717
moc_*.cpp
1818
qrc_*.cpp
19-
Makefile
19+
Makefile*
2020
*-build-*

0 commit comments

Comments
 (0)