cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
140 stars 42 forks source link

.gitignore cleanup #193

Closed sarahec closed 1 year ago

sarahec commented 1 year ago

oacc-riscv is showing up in the Git changes after a build. This patch adds the built file to the .gitignore.

sarahec commented 1 year ago

Would it make sense to sort the .gitignore? I'm happy to make that change.

pjaaskel commented 1 year ago

Sure, thanks!

sarahec commented 1 year ago

Sorted. I see additional places we need to clean up, but I also need to ask some questions (for example: do we ever want to keep the Makefile when a Makefile.in is present?)

Maybe merge this one and I'll start a thread for the cleanup project and its questions?

pjaaskel commented 1 year ago

Thanks for your cleanup efforts! You can check if we need the Makefile (I think not, but I'm not sure of Newlib) is needed if it's checked in to git.

sarahec commented 1 year ago

Done. Needed Makefiles remain checked in, makefiles generated during the build (and removed with distclean) are excluded.

Let's push it from here.