> diff --git a/.gitignore b/.gitignore > index 4b147f1..42b3e35 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -3,3 +3,4 @@ > *.a > *.so > *~ > +tests/*.dtb You should put this in tests/.gitignore, instead. Segher