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 <oswald.buddenhagen@digia.com>
This commit is contained in:
Miikka Heikkinen 2012-12-20 11:36:47 +02:00 committed by The Qt Project
parent 5fd1c5fbaf
commit d194a31bdb
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -263,3 +263,6 @@ tests/auto/*/*.o
tests/auto/*/*.moc
tests/auto/*/*/*.o
tests/auto/*/*/*.moc
# Generated static plugin import sources
*_plugin_import.cpp