diff options
author | dscho <dscho> | 2004-06-07 17:57:21 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-06-07 17:57:21 +0000 |
commit | 35236477c452099c2ee6065ca4e53a73217d37af (patch) | |
tree | cf6aa2517c7cd96367cd4079661ffe94b2fe6589 | |
parent | cb3d612bb144baa125d13403c0be7488902fa4a4 (diff) | |
download | libtdevnc-35236477c452099c2ee6065ca4e53a73217d37af.tar.gz libtdevnc-35236477c452099c2ee6065ca4e53a73217d37af.zip |
all this moving and renaming needs changes in the cvsignores, too!
-rw-r--r-- | .cvsignore | 15 | ||||
-rw-r--r-- | client_examples/.cvsignore | 9 | ||||
-rw-r--r-- | libvncclient/.cvsignore | 1 | ||||
-rw-r--r-- | libvncserver/.cvsignore | 4 | ||||
-rw-r--r-- | test/.cvsignore | 4 | ||||
-rw-r--r-- | x11vnc/.cvsignore | 5 |
6 files changed, 35 insertions, 3 deletions
@@ -4,7 +4,8 @@ configure configure.lineno config.status config.log -libvncserver.spec +LibVNCServer.spec.in +LibVNCServer.spec .deps aclocal.m4 autom4te.cache @@ -12,6 +13,16 @@ libvncserver-config _configs.sed config.h LibVNCServer*.tar.gz -upload_lib.sh +upload_beta.sh stamp-* +x11vnc*.tar.gz +config.h.in +rfbconfig.h +rfbconfig.h.in +install-sh +missing +mkinstalldirs +depcomp +description-pak +libvncserver*.deb diff --git a/client_examples/.cvsignore b/client_examples/.cvsignore new file mode 100644 index 0000000..d5dc0d6 --- /dev/null +++ b/client_examples/.cvsignore @@ -0,0 +1,9 @@ +.deps +Makefile +Makefile.in +SDLvncviewer +ppmtest +vnc2mpg +*.avi +*.mpg + diff --git a/libvncclient/.cvsignore b/libvncclient/.cvsignore index f2f1440..ac15bd3 100644 --- a/libvncclient/.cvsignore +++ b/libvncclient/.cvsignore @@ -1,4 +1,5 @@ .deps Makefile +Makefile.in client_test diff --git a/libvncserver/.cvsignore b/libvncserver/.cvsignore new file mode 100644 index 0000000..09653e9 --- /dev/null +++ b/libvncserver/.cvsignore @@ -0,0 +1,4 @@ +.deps +Makefile +Makefile.in + diff --git a/test/.cvsignore b/test/.cvsignore index 625961b..502ff54 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -2,4 +2,6 @@ Makefile Makefile.in tight-1 - +blooptest +cargstest +copyrecttest diff --git a/x11vnc/.cvsignore b/x11vnc/.cvsignore new file mode 100644 index 0000000..27e9b7a --- /dev/null +++ b/x11vnc/.cvsignore @@ -0,0 +1,5 @@ +.deps +Makefile +Makefile.in +x11vnc + |