From a887bfabaed83c4588b40c845535c0388c8da0f3 Mon Sep 17 00:00:00 2001 From: Lawrence L Love Date: Wed, 22 Jan 2014 12:10:35 -0800 Subject: qapitrace: ignore more supporting files generated by qtcreator Missed this extension the previous commit: "qapitrace: ignore supporting files generated by qtcreator" Note: *.moc_parameters files are generated by cmake. Without them, the following make error occurs: moc: Cannot open options file specified with @ ... make[2]: *** [gui/apitrace.moc] Error 1 Signed-off-by: Lawrence L Love --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 34ff766a..cd840f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.ilk *.json *.lib +*.moc* *.o *.obj *.pdb -- cgit v1.2.3