diff options
author | lloyd <[email protected]> | 2006-06-21 05:18:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-21 05:18:14 +0000 |
commit | 583437a6b8607b38673fd414f18ba5c53c180771 (patch) | |
tree | cf85646e22a99dcb411d256e4296cfeadde893da /.mtn-ignore | |
parent | c16403753ec01c1ab4bba9e940cd31b9f8c4f24a (diff) |
Add an mtn-ignore to ignore most of the major autogenerated stuff.
Diffstat (limited to '.mtn-ignore')
-rw-r--r-- | .mtn-ignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mtn-ignore b/.mtn-ignore new file mode 100644 index 000000000..aec021abc --- /dev/null +++ b/.mtn-ignore @@ -0,0 +1,12 @@ +^build$ +^build/checks$ +^build/include$ +^build/include/botan$ +^build/lib$ +^build/lib/.*\.o$ +^build/checks/.*\.o$ +^build/include/botan/.*\.h$ +^build/config\.h$ +^check$ +^Makefile$ +^botan-config$ |