From 35236477c452099c2ee6065ca4e53a73217d37af Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Mon, 7 Jun 2004 17:57:21 +0000
Subject: all this moving and renaming needs changes in the cvsignores, too!

---
 .cvsignore                 | 15 +++++++++++++--
 client_examples/.cvsignore |  9 +++++++++
 libvncclient/.cvsignore    |  1 +
 libvncserver/.cvsignore    |  4 ++++
 test/.cvsignore            |  4 +++-
 x11vnc/.cvsignore          |  5 +++++
 6 files changed, 35 insertions(+), 3 deletions(-)
 create mode 100644 client_examples/.cvsignore
 create mode 100644 libvncserver/.cvsignore
 create mode 100644 x11vnc/.cvsignore

diff --git a/.cvsignore b/.cvsignore
index 315c2cf..4ca7e62 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -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
+
-- 
cgit v1.2.3

