aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2017-04-24 18:43:33 +1000
committerGitHub <noreply@github.com>2017-04-24 18:43:33 +1000
commitc0c1a480a906df0e023f3250cf2ad82f1612be67 (patch)
tree6193c895199dfcb0611d075e231783a55af8c67b
parentf1eba3434761ebb9630fb0048500552f3405da03 (diff)
parent8508edef79f3a1a68293fe7709c4fa3618b67346 (diff)
downloadgitignore-c0c1a480a906df0e023f3250cf2ad82f1612be67.tar.gz
gitignore-c0c1a480a906df0e023f3250cf2ad82f1612be67.zip
Merge pull request #2359 from Glordim/master
Add moc_*.h in Qt.gitignore
-rw-r--r--Qt.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore
index c7659c24..6732e720 100644
--- a/Qt.gitignore
+++ b/Qt.gitignore
@@ -20,6 +20,7 @@
*.qbs.user.*
*.moc
moc_*.cpp
+moc_*.h
qrc_*.cpp
ui_*.h
Makefile*