瀏覽代碼

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>
Alexey Brodkin 12 年之前
父節點
當前提交
32cba5a6d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Qt.gitignore

+ 1 - 1
Qt.gitignore

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