spth / OpenRabbit

Loader and Debugger for Rabbit Semiconductor µC, such as the Rabbit 2000,Rabbit 3000 and Rabbit 4000.
Other
7 stars 3 forks source link

Create "build" directories for building and then add to .gitignore #17

Open tomlogic opened 3 years ago

tomlogic commented 3 years ago

I'm having to sort through lots of files in my git client, and it's hard to tell what needs to be added to the repository and what is just a configure/build artifact. It would be great to have configuration and building take place in separate directories. This would be for both building openrabbitfu and coldload.bin.

spth commented 3 years ago

WhileI see the point I don't dare to make real changes to the build system; I don't know autotools well, as you can see from https://github.com/spth/OpenRabbit/issues/10 and https://github.com/spth/OpenRabbit/issues/19.