lcgamboa / picsimlab

PICsimLab - Programmable IC Simulator Laboratory
GNU General Public License v2.0
455 stars 88 forks source link

Add *.o and other files generated after compiling to gitignore #76

Closed necrashter closed 1 year ago

necrashter commented 1 year ago

After running make, various .o and executable files are created in src directory, but they are not ignored by git. This PR adds them to .gitignore in order to prevent accidental commits with build files.