much simpler .gitignore for ext/
authorYves Orton <demerphq@gmail.com>
Sun, 13 Sep 2009 18:16:07 +0000 (20:16 +0200)
committerYves Orton <demerphq@gmail.com>
Sun, 13 Sep 2009 18:16:17 +0000 (20:16 +0200)
commit594c64d48c897be7522145d9f634599aae38b149
tree482d19eca4d51ba9cc30ed85e687271cf1e0cdc2
parentc1a7495a9639962ce446532c71ba34cb952935b4
much simpler .gitignore for ext/

.gitignores are advisory, they affect the "Untracked files" list and the behaviour of git add $path,
and nothing else. A tracked file is tracked, and explicitly adding a file overrules any .gitignore file,
so we can make the ext/.gitignore quite restrictive, and assume that any changes will be done by something
that will explicitly add the required files.
ext/.gitignore