.gitignore: fix for in-tree builds, add 'build' dir

re #248
pull/3/head
Christian Beier 5 years ago
parent 484e5088f4
commit fef917ed04
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

8
.gitignore vendored

@ -32,14 +32,18 @@ depcomp
description-pak description-pak
libvncserver*.deb libvncserver*.deb
*.o *.o
*.lo *.a
*.so
*.so.*
CVS CVS
client_examples/SDLvncviewer client_examples/SDLvncviewer
client_examples/backchannel client_examples/backchannel
client_examples/gtkvncviewer client_examples/gtkvncviewer
client_examples/ppmtest client_examples/ppmtest
client_examples/vnc2mpg
config.guess config.guess
config.sub config.sub
build/
examples/zippy examples/zippy
examples/backchannel examples/backchannel
examples/blooptest examples/blooptest
@ -77,7 +81,7 @@ vncterm/example
x11vnc.spec x11vnc.spec
x11vnc/x11vnc x11vnc/x11vnc
CMakeCache.txt CMakeCache.txt
cmake_install.cmake *.cmake
/CMakeFiles /CMakeFiles
/rfbproto.pdf /rfbproto.pdf
/rfbproto.rst /rfbproto.rst

Loading…
Cancel
Save