christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
314 stars 38 forks source link

Gitignore all Makefiles #58

Closed jstasiak closed 4 years ago

jstasiak commented 4 years ago

Before this change the following build artifacts aren't properly ignored (at least on Mac OS):

apps/ide/Makefile.nesicide
apps/nes-emulator/Makefile.nesicide-emulator
libs/c64/Makefile.c64-emulator-lib
libs/nes/Makefile.nes-emulator-lib

Instead of listing them one by one I went ahead and used a wildcard. There are no Makefiles in the repository so this change doesn't affect any tracked files.

christopherpow commented 4 years ago

Thank you!

jstasiak commented 4 years ago

No problem!