diff options
author | lloyd <[email protected]> | 2008-10-13 02:08:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-13 02:08:35 +0000 |
commit | 175ce638a06856a942b79f202f9cf88d489e53ef (patch) | |
tree | 066d163f3dcaa559fac133cf16d9edf99a182e56 /.mtn-ignore | |
parent | c294fd5c4aaa44e3130410354262e38026c7c538 (diff) |
Add basic support for Doxygen, including a make target
Diffstat (limited to '.mtn-ignore')
-rw-r--r-- | .mtn-ignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.mtn-ignore b/.mtn-ignore index a6256de22..b36761911 100644 --- a/.mtn-ignore +++ b/.mtn-ignore @@ -9,8 +9,9 @@ ^build/include/botan/.*\.h$ ^build/lib$ ^build/lib/.*\.o$ +/?callgrind.out.* ^check$ +^checks/nist_tests/x509test$ +^doc/botan.doxy$ +^doc/doxygen$ ^doc/examples/.*\.pem$ -^misc/nist_tests/x509test$ -/?callgrind.out.* - |