diff options
-rw-r--r-- | .cvsignore | 21 | ||||
-rw-r--r-- | lib/.cvsignore | 9 | ||||
-rw-r--r-- | src/.cvsignore | 6 | ||||
-rw-r--r-- | win32/.cvsignore | 5 | ||||
-rw-r--r-- | win32/common/.cvsignore | 2 | ||||
-rw-r--r-- | win32/droplet/.cvsignore | 4 | ||||
-rw-r--r-- | win32/makedrop/.cvsignore | 5 |
7 files changed, 46 insertions, 6 deletions
@@ -1 +1,20 @@ -rep.ncb
\ No newline at end of file +rep.ncb +aclocal.m4 +autom4te.cache +configure +install-sh +mkinstalldirs +missing +compile +depcomp +Makefile.in +Makefile +config.guess +config.sub +ltmain.sh +libtool +*.tar.gz +config.h +config.log +config.status +stamp* diff --git a/lib/.cvsignore b/lib/.cvsignore index d555ba3..402261a 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -1,2 +1,9 @@ debug -rlib.plg
\ No newline at end of file +rlib.plg +release +.deps +.libs +*.la +*.lo +Makefile.in +Makefile
\ No newline at end of file diff --git a/src/.cvsignore b/src/.cvsignore index 252ced6..2e45a4d 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1,3 +1,7 @@ debug rep.plg -repc.plg
\ No newline at end of file +repc.plg +.deps +.libs +Makefile.in +Makefile
\ No newline at end of file diff --git a/win32/.cvsignore b/win32/.cvsignore index b2b5d0d..d144761 100644 --- a/win32/.cvsignore +++ b/win32/.cvsignore @@ -1 +1,4 @@ -debug
\ No newline at end of file +debug +release +Makefile.in +Makefile
\ No newline at end of file diff --git a/win32/common/.cvsignore b/win32/common/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/win32/common/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/win32/droplet/.cvsignore b/win32/droplet/.cvsignore index d362cf1..6826331 100644 --- a/win32/droplet/.cvsignore +++ b/win32/droplet/.cvsignore @@ -1,3 +1,5 @@ debug release -droplet.plg
\ No newline at end of file +droplet.plg +Makefile.in +Makefile diff --git a/win32/makedrop/.cvsignore b/win32/makedrop/.cvsignore index 81bca46..57e4f67 100644 --- a/win32/makedrop/.cvsignore +++ b/win32/makedrop/.cvsignore @@ -1,2 +1,5 @@ makedrop.plg -debug
\ No newline at end of file +debug +release +Makefile.in +Makefile |