author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 11 Jul 2009 12:32:25 +0000 (14:32 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 11 Jul 2009 12:32:25 +0000 (14:32 +0200) | ||
commit | dc1acaab169b0f1b2b43fed1b7044d19e6d92844 | |
tree | 6b349d0738f914a032aca3f053475530d5ecb18f | tree | snapshot |
parent | d0c9d0c41967b18748f76e67a136fb2295430a01 | commit | diff |
.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.
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 | diff | blob | history |