gentree: fix typo in ignore list handling
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Apr 2013 12:20:00 +0000 (14:20 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Apr 2013 12:20:00 +0000 (14:20 +0200)
commit805b01f10348428852e41725a71f3e2dcd66509c
treec660f9dc0c6a11d2d8f2cb58552c7d39833747ec
parent11226c267cb75071ddcc54f5d37aab7932400bad
gentree: fix typo in ignore list handling

We don't want to compare the second-to-last letter with a
two-character string, that'll never be true anyway ... It
should compare the last two letters.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
gentree.py