From eaa78cf3394bc734db281f44a5c0f18e7972c658 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Wed, 22 Aug 2012 13:45:09 +0200 Subject: Add more files to the ignore list. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This improves reading the git status output a lot because it gets really big once you build the qtwayland module. Change-Id: Ic7d7c1fe73eccef4802fb6198c6c8caefa7a3e23 Reviewed-by: Jørgen Lind --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 69ae4760f..f7e539cee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,24 @@ Makefile* *.pro.user* *.qmlproject.user* .*.swp +*.o +*.moc +.qmake.cache +config.tests/egl/egl +config.tests/glx/glx +config.tests/wayland_egl/wayland_egl +config.tests/xcomposite/xcomposite +config.tests/xkbcommon/xkbcommon +qrc_*.cpp +moc_*.cpp +.obj/ +.moc/ +mkspecs/ +lib/ +plugins/ +include/ src/compositor/qtcompositorversion.h - +src/compositor/*-server-protocol.h +src/compositor/*-protocol.c +src/plugins/platforms/wayland/*-client-protocol.h +src/plugins/platforms/wayland/*-protocol.c -- cgit v1.2.3