1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 16:58:25 +02:00

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 <alexey.brodkin@gmail.com>
This commit is contained in:
Alexey Brodkin 2013-01-10 20:16:36 +04:00
parent f31b319dca
commit 32cba5a6d7

View File

@ -16,5 +16,5 @@
*.pro.user.*
moc_*.cpp
qrc_*.cpp
Makefile
Makefile*
*-build-*