aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-10 20:58:42 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-10 20:58:42 +0000
commit0bbb8f72a000ba50c61c70ebfb69be39c6b26ce6 (patch)
tree0c383b051f676687873a37c16e0f542119b7f4f4
parent24ec54336f358bc7453d84af1b42fdfe5ac539a3 (diff)
Add some additional items to .cvsignore files, for new files built when
compiling plugins for statically-linked binaries. svn path=/trunk/; revision=3678
-rw-r--r--plugins/gryphon/.cvsignore1
-rw-r--r--plugins/mgcp/.cvsignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gryphon/.cvsignore b/plugins/gryphon/.cvsignore
index c0d6b29439..d41f3d4410 100644
--- a/plugins/gryphon/.cvsignore
+++ b/plugins/gryphon/.cvsignore
@@ -10,6 +10,7 @@ config.status
configure
gryphon.la
packet-gryphon.lo
+packet-gryphon-static.lo
stamp-h
*.obj
*.dll
diff --git a/plugins/mgcp/.cvsignore b/plugins/mgcp/.cvsignore
index 02dafa76b3..a3cd179906 100644
--- a/plugins/mgcp/.cvsignore
+++ b/plugins/mgcp/.cvsignore
@@ -10,6 +10,7 @@ config.status
configure
mgcp.la
packet-mgcp.lo
+packet-mgcp-static.lo
stamp-h
*.obj
*.dll