[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Jul 11 14:36:42 CEST 2009
.gitignore | 78 +++++++++++++++++++++++-------------------------------------
1 files changed, 30 insertions(+), 48 deletions(-)
New commits:
commit dc1acaab169b0f1b2b43fed1b7044d19e6d92844
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Jul 11 14:32:25 2009 +0200
.gitignore: Update the file.
The pattern `Makefile.in' will match `src/Makefile.in' and others,
because the pattern does not contain a match.
`/configure' will only match the configure script in the base directory
due to special syntax.
`.libs/' matches only directories named `.libs', special syntax again.
For more information see the `gitignore(5)' manual page. The syntax used
corresponds to Git 1.6.
More information about the collectd-changes
mailing list