From d194a31bdbe2378e99a1d3e1089ecd9cf6640d85 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 20 Dec 2012 11:36:47 +0200 Subject: [PATCH] Add qmake generated files to .gitignore. Add source files generated by qmake for automatic static plugin imports to .gitignore. Change-Id: I4c5488bdc146f501963f5414017ba80d781210ef Reviewed-by: Oswald Buddenhagen --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 914f9e3..2f83627 100644 --- a/.gitignore +++ b/.gitignore @@ -263,3 +263,6 @@ tests/auto/*/*.o tests/auto/*/*.moc tests/auto/*/*/*.o tests/auto/*/*/*.moc + +# Generated static plugin import sources +*_plugin_import.cpp -- 2.7.4