larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Clean macos debug symbols #161

Closed gwright83 closed 1 year ago

gwright83 commented 1 year ago

A trivial patch that removes the debug symbol directories generated by a MacOS build. These directories are now deleted by make clean, and .gitignore is updated so we are not pestered about them.

Checked on MacOS 12.6.2/Xcode 14.1. Sanity checked on FreeBSD 13.1. Both builds ran without error and behaved as expected.

Have a Happy New Year!

larsbrinkhoff commented 1 year ago

Thanks, and Happy New Year to you too!