.gitignore: remove autotools and x11vnc leftovers

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

31
.gitignore vendored

@ -2,47 +2,23 @@
*~
Makefile
Makefile.in
compile
configure
configure.lineno
config.status
config.log
LibVNCServer.spec.in
LibVNCServer.spec
x11vnc.spec.in
.deps
.libs
aclocal.m4
autom4te.cache
libvncserver-config
*.pc
_configs.sed
config.h
LibVNCServer*.tar.gz
upload_beta.sh
stamp-*
x11vnc*.tar.gz
config.h.in
rfbconfig.h
rfbconfig.h.in
install-sh
missing
mkinstalldirs
depcomp
description-pak
libvncserver*.deb
*.o
*.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
@ -62,9 +38,6 @@ examples/simple
examples/simple15
examples/storepasswd
examples/vncev
libtool
libvncclient/libvncclient.la
libvncserver/libvncserver.la
test/blooptest
test/cargstest
test/copyrecttest
@ -78,8 +51,6 @@ vncterm/VNCommand
vncterm/example
/vncterm/linuxvnc
/vncterm/vncommand
x11vnc.spec
x11vnc/x11vnc
CMakeCache.txt
*.cmake
/CMakeFiles
@ -87,5 +58,3 @@ CMakeCache.txt
/rfbproto.rst
/vencrypt.txt
/INSTALL
.dirstamp
/ltmain.sh

Loading…
Cancel
Save