rtpproxy
rtpproxy copied to clipboard
RFC: remove autogenerated files entirely from the repo
Hello All! Why to keep these autogenerated files under the SCM system? I doubt there is a system where one cannot find a working autoconf+automake and where running of a one additional command (autoconf -ivf) is a problem. On the other hand - keeping these autogenerated files just creates additional noise while running git diff after the full reconfiguration.
So here is a proposal - how about just removing these autogenerated files altogether?
Signed-off-by: Peter Lemenkov [email protected]
Hi Peter, at the very least, this pull request needs to include changes to make travis build pass. Please extend and update. Thanks!