From fef917ed043a12e854f05bb75d781c168d366880 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 28 Dec 2018 21:24:48 +0100 Subject: .gitignore: fix for in-tree builds, add 'build' dir re #248 --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 03bdf0f..0c0e8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,14 +32,18 @@ depcomp description-pak libvncserver*.deb *.o -*.lo +*.a +*.so +*.so.* CVS client_examples/SDLvncviewer client_examples/backchannel client_examples/gtkvncviewer client_examples/ppmtest +client_examples/vnc2mpg config.guess config.sub +build/ examples/zippy examples/backchannel examples/blooptest @@ -77,7 +81,7 @@ vncterm/example x11vnc.spec x11vnc/x11vnc CMakeCache.txt -cmake_install.cmake +*.cmake /CMakeFiles /rfbproto.pdf /rfbproto.rst -- cgit v1.2.3