rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

Remove src/help.h from git tracking #50

Closed tvrusso closed 5 months ago

tvrusso commented 5 months ago

src/help.h is auto generated by the makefile, and is ignored by .gitignore, but is still present in the repo.

Since it is regenerated automatically from src/help.txt there is no need for it in the repo. Removing it also makes it so that when one does a "make clean" and help.h is deleted, git doesn't think the repo is dirty.

I should have done this as part of my pull request #49, but didn't.