|
I noticed that the drp_stella repository has large binary files included. These should be removed, and also removed from the git history. You can do this using git filter-branch, but it may be easier to start from scratch.
$ file src/mmakenormflat/bin/makenormflat
src/mmakenormflat/bin/makenormflat: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, stripped
$ git log src/mmakenormflat/bin/makenormflat
commit 66746ac5d10777faa0c5e967bc9082d94ec4d70f
Author: Andreas Ritter <azuri.ritter@gmail.com>
Date: Tue Jul 22 15:07:15 2014 -0400
initial clean-up
|