pidgin.next.minor: f7eb3a82: Ignore .loT files. This is helpful to m...

rlaager at pidgin.im rlaager at pidgin.im
Sun Nov 2 17:00:49 EST 2008


-----------------------------------------------------------------
Revision: f7eb3a82302a23687183d2e78fcd9909c03249fd
Ancestor: 9f60c83a37a03d58f4b7616942d72f7f3e6c7b3c
Author: rlaager at pidgin.im
Date: 2008-11-02T21:05:32
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/f7eb3a82302a23687183d2e78fcd9909c03249fd

Modified files:
        .mtn-ignore

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- .mtn-ignore	7c26287cc3157be1c42f689b0c32a81d4340eac6
+++ .mtn-ignore	f8db6718ca93f9fbe1569e5bd513fe09e70496fe
@@ -10,6 +10,7 @@
 .*\.def$
 .*\.dll$
 .*\.exe$
+.*\.loT$
 intltool-.*
 Doxyfile(\.mingw)?$
 aclocal.m4


More information about the Commits mailing list