diff options
| -rw-r--r-- | .cvsignore | 1 | ||||
| -rw-r--r-- | examples/.cvsignore | 2 | ||||
| -rw-r--r-- | test/.cvsignore | 2 | ||||
| -rw-r--r-- | x11vnc/misc/.cvsignore | 3 |
4 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,6 @@ Makefile Makefile.in +compile configure configure.lineno config.status diff --git a/examples/.cvsignore b/examples/.cvsignore index 00e5a51..b85f0a5 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -10,4 +10,6 @@ Makefile.in .deps simple simple15 +colourmaptest +regiontest diff --git a/test/.cvsignore b/test/.cvsignore index 2ee0c6e..0c7b7d7 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -5,3 +5,5 @@ encodingstest blooptest cargstest copyrecttest +cursortest + diff --git a/x11vnc/misc/.cvsignore b/x11vnc/misc/.cvsignore new file mode 100644 index 0000000..22a4e72 --- /dev/null +++ b/x11vnc/misc/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in + |
