aboutsummaryrefslogtreecommitdiffstats
path: root/Qt.gitignore
diff options
context:
space:
mode:
authorAlexey Brodkin <alexey.brodkin@gmail.com>2013-01-10 20:16:36 +0400
committerAlexey Brodkin <alexey.brodkin@gmail.com>2013-01-10 20:16:36 +0400
commit32cba5a6d7332c851d0339d6fdd05fd18978b97d (patch)
treeff46d31ec26daab0e4f523472dac2eef69673675 /Qt.gitignore
parentf31b319dca10213163411cb710c27dc37ed3eac5 (diff)
downloadgitignore-32cba5a6d7332c851d0339d6fdd05fd18978b97d.tar.gz
gitignore-32cba5a6d7332c851d0339d6fdd05fd18978b97d.zip
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>
Diffstat (limited to 'Qt.gitignore')
-rw-r--r--Qt.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/Qt.gitignore b/Qt.gitignore
index 16b4ee58..79f807d9 100644
--- a/Qt.gitignore
+++ b/Qt.gitignore
@@ -16,5 +16,5 @@
*.pro.user.*
moc_*.cpp
qrc_*.cpp
-Makefile
+Makefile*
*-build-*