.gitignore: Update the file.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 11 Jul 2009 12:32:25 +0000 (14:32 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 11 Jul 2009 12:32:25 +0000 (14:32 +0200)
commitdc1acaab169b0f1b2b43fed1b7044d19e6d92844
tree6b349d0738f914a032aca3f053475530d5ecb18f
parentd0c9d0c41967b18748f76e67a136fb2295430a01
.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.
.gitignore