diff options
author | lloyd <[email protected]> | 2012-07-09 17:23:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-09 17:23:53 +0000 |
commit | 3cc4f98327ac3ed5f1ceea1dc44c07bd80592c1b (patch) | |
tree | 1a5d603823bafd49e34f6e43e683cb832a2b3a7c /.mtn-ignore | |
parent | 38e82608c5b0855ea47841ddcf29eba180b091e4 (diff) |
Ignoring key/crt/pem is obnoxious because monotone won't let you even
explicitly add an ignored file.
Diffstat (limited to '.mtn-ignore')
-rw-r--r-- | .mtn-ignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mtn-ignore b/.mtn-ignore index 870e849cb..ef1ad2ba1 100644 --- a/.mtn-ignore +++ b/.mtn-ignore @@ -18,5 +18,5 @@ callgrind.out.* ^src/wrap/perl-xs/Botan.(bs|c)$ ^src/wrap/perl-xs/Makefile(\.old)?$ ^src/wrap/perl-xs/.*blib$ -^.*\.(key|crt|pem)$ +#^.*\.(key|crt|pem)$ ^.*\.patch$ |