# HG changeset patch # User Richard Laager # Date 1225659932 0 # Node ID 11c27059e86b1c6749e541655f0588731111134c # Parent cfcfb30b17e1d5283499195a749e41fe29ee96f5 Ignore .loT files. This is helpful to me because I have a wrapper script around mtn that makes me deal with any files in limbo (neither added nor ignored) before committing. These .loT files stick around from compilation failures. One would think they'd be deleted by make, but that doesn't seem to be the case and I'm not a libtool expert, so I don't know how to fix that. Normally, I wouldn't be committing from a tree that doesn't compile, but with struct hiding work, I'm doing a lot of that. Plus, commit != push now. diff -r cfcfb30b17e1 -r 11c27059e86b .mtn-ignore --- a/.mtn-ignore Sun Nov 02 21:02:57 2008 +0000 +++ b/.mtn-ignore Sun Nov 02 21:05:32 2008 +0000 @@ -10,6 +10,7 @@ .*\.def$ .*\.dll$ .*\.exe$ +.*\.loT$ intltool-.* Doxyfile(\.mingw)?$ aclocal.m4