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

Loading…
Cancel
Save