kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
846 stars 113 forks source link

Untrack automatically generated files #17

Closed Partmedia closed 9 years ago

Partmedia commented 9 years ago

While the files generated by autoconf should be shipped in the release tarballs, they really shouldn't be present in Git. Different versions of autoconf on different operating systems will change these files, creating unnecessary churn. Much in the way that object files are not included in the source repository, configure and its friends shouldn't, either.

Update .gitignore to reflect this change.

This requires that developers run autoreconf -i themselves to generate the build system.

kamalmostafa commented 9 years ago

Agreed. I've merged your patch, with these minor changes to your .gitignore delta:

Thanks very much, Kevin!