diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-18 14:44:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-18 14:44:39 +0000 |
commit | 4501b6c4e1efd31d7e275320ff693d5f22d70e62 (patch) | |
tree | e61d35e63810ca7ffaabcc9010ab9d0cc63517f8 /plugins | |
parent | 4217aa53f30fd4e7d9487c4cf74947d17bb57f89 (diff) | |
download | rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.gz rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.tar.xz rsyslog-4501b6c4e1efd31d7e275320ff693d5f22d70e62.zip |
code cleanups thanks to Michael Biebl
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imklog/.cvsignore | 4 | ||||
-rw-r--r-- | plugins/immark/.cvsignore | 4 | ||||
-rw-r--r-- | plugins/ommysql/.cvsignore | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/imklog/.cvsignore b/plugins/imklog/.cvsignore index f43c5593..9730646f 100644 --- a/plugins/imklog/.cvsignore +++ b/plugins/imklog/.cvsignore @@ -2,5 +2,5 @@ .libs Makefile Makefile.in -imklog.la -immklog-ommysql.lo +*.la +*.lo diff --git a/plugins/immark/.cvsignore b/plugins/immark/.cvsignore index d2a72d33..9730646f 100644 --- a/plugins/immark/.cvsignore +++ b/plugins/immark/.cvsignore @@ -2,5 +2,5 @@ .libs Makefile Makefile.in -immark.la -immark_la-ommysql.lo +*.la +*.lo diff --git a/plugins/ommysql/.cvsignore b/plugins/ommysql/.cvsignore index 1281f785..9730646f 100644 --- a/plugins/ommysql/.cvsignore +++ b/plugins/ommysql/.cvsignore @@ -2,5 +2,5 @@ .libs Makefile Makefile.in -ommysql.la -ommysql_la-ommysql.lo +*.la +*.lo |