diff options
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | lib/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 3 | ||||
-rw-r--r-- | win32/.cvsignore | 1 | ||||
-rw-r--r-- | win32/Makefile.am | 1 | ||||
-rw-r--r-- | win32/droplet/.cvsignore | 3 | ||||
-rw-r--r-- | win32/makedrop/.cvsignore | 2 |
7 files changed, 13 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..8a31592 --- /dev/null +++ b/.cvsignore @@ -0,0 +1 @@ +rep.ncb
\ No newline at end of file diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 0000000..d555ba3 --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1,2 @@ +debug +rlib.plg
\ No newline at end of file diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..252ced6 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,3 @@ +debug +rep.plg +repc.plg
\ No newline at end of file diff --git a/win32/.cvsignore b/win32/.cvsignore new file mode 100644 index 0000000..b2b5d0d --- /dev/null +++ b/win32/.cvsignore @@ -0,0 +1 @@ +debug
\ No newline at end of file diff --git a/win32/Makefile.am b/win32/Makefile.am index 144140f..2adbf48 100644 --- a/win32/Makefile.am +++ b/win32/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = common droplet makedrop +EXTRA_DIST = pcre
\ No newline at end of file diff --git a/win32/droplet/.cvsignore b/win32/droplet/.cvsignore new file mode 100644 index 0000000..d362cf1 --- /dev/null +++ b/win32/droplet/.cvsignore @@ -0,0 +1,3 @@ +debug +release +droplet.plg
\ No newline at end of file diff --git a/win32/makedrop/.cvsignore b/win32/makedrop/.cvsignore new file mode 100644 index 0000000..81bca46 --- /dev/null +++ b/win32/makedrop/.cvsignore @@ -0,0 +1,2 @@ +makedrop.plg +debug
\ No newline at end of file |