changeset 25305:11c27059e86b

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.
author Richard Laager <rlaager@wiktel.com>
date Sun, 02 Nov 2008 21:05:32 +0000
parents cfcfb30b17e1
children 9fa1ee62fca2
files .mtn-ignore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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