From 50d9cfa55771ab2e01ab2222f0a8ffe2f3e05729 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 9 Aug 2013 15:08:35 +0200 Subject: Cleanup .gitignore file Change-Id: I29d8602514a7b00dd6bc6c73a8132b0229a71c9e Reviewed-by: Aaron McCarthy --- .gitignore | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 77c16d66..2ba50f55 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ qml_location_* callgrind.out.* -pcviewer.cfg *~ *.a *.la @@ -29,30 +28,17 @@ core .qmake.cache .qmake.vars *.prl -tags .DS_Store *.debug Makefile* -!qmake/Makefile.win32* -!qmake/Makefile.unix *.prl *.app *.pro.user *.qmlproject.user *.gcov -bin/Qt*.dll -configure.cache -config.status config.log -mkspecs/default -mkspecs/qconfig.pri moc_*.cpp -src/corelib/global/qconfig.cpp -src/corelib/global/qconfig.h -src/corelib/global/qconfig.h.qmake ui_*.h -translations/*.qm -translations/*_untranslated.ts qrc_*.cpp doc/src/snippets/cpp/cppsnippet @@ -62,8 +48,12 @@ examples/declarative/places_map/places_map examples/logfilepositionsource/logfilepositionsource examples/weatherinfo/weatherinfo +config.tests/geoclue/geoclue +config.tests/gypsy/gypsy + + # Test generated files -QObject.log + tst_* !tst_*.* tst_*.log @@ -105,21 +95,6 @@ tst_*~ # Directories to ignore # --------------------- -debug -examples/tools/plugandpaint/plugins -imports/* -include/* -include/*/* -lib/* -!lib/fonts -!lib/README -plugins/*/* -release -tmp -doc-build -doc/html/* -doc/qch -doc-build .rcc .pch .metadata @@ -131,11 +106,6 @@ doc-build .make.cache *.d -qtc-debugging-helper -src/corelib/lib -src/network/lib -src/xml/lib/ - .pc/ # INTEGRITY generated files -- cgit v1.2.1