Ignore autogenerated file l0dable/usetable.h

Actually should ignore all .gitignore files somewhen...
This commit is contained in:
bernd 2011-08-04 14:10:11 +02:00
parent 9b7580777f
commit d4ee7554d8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ fi
done
echo "Updating bridge files for C source"
for i in `find firmware/ \! -path firmware/lcd/allfonts.h -type f -iname \*.[ch]`
for i in `find firmware/ \! -path firmware/lcd/allfonts.h \! -path firmware/l0dable/usetable.h -type f -iname \*.[ch]`
do
if test -f simulat0r/$i;
then