jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
240 stars 41 forks source link

.gitignore *.qsf *.qpf *.f for new targets #403

Closed somhi closed 1 year ago

somhi commented 1 year ago

global .gitignore includes .qsf .qpf .f when adding new targets .qsf .qpf .f does not get added to remote

my solution is to remove those filters from global .gitignore I included a .gitignore inside cores/ just for .qsf .qpf

jotego commented 1 year ago

That sounds perfect. I've changed too in commit 0303dd7b

somhi commented 1 year ago

Great. I've just realized that same should appy to *.hex files
I have two hex files in my targets as well