diff options
author | Christian Beier <[email protected]> | 2018-12-28 21:24:48 +0100 |
---|---|---|
committer | Christian Beier <[email protected]> | 2018-12-28 21:24:48 +0100 |
commit | fef917ed043a12e854f05bb75d781c168d366880 (patch) | |
tree | ae9f7fd4f0757cf2f54f3b08f1b5fdb20eb00578 /.gitignore | |
parent | 484e5088f45847c9d2fa6cdbeb123a100402c40f (diff) | |
download | libtdevnc-fef917ed043a12e854f05bb75d781c168d366880.tar.gz libtdevnc-fef917ed043a12e854f05bb75d781c168d366880.zip |
.gitignore: fix for in-tree builds, add 'build' dir
re #248
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |