Skip to content

Commit

Permalink
Add more files to the ignore list.
Browse files Browse the repository at this point in the history
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 <jorgen.lind@nokia.com>
  • Loading branch information
plfiorini authored and Jørgen Lind committed Aug 27, 2012
1 parent c5df6af commit eaa78cf
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitignore
Expand Up @@ -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

0 comments on commit eaa78cf

Please sign in to comment.