Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhich files belong in version control
Hi everyone, I want to put my Nios II software projects under version control (git in my case). I was wondering, apart from the source files, which files should be put under version control? ...
Altera_Forum
Honored Contributor
14 years agoFor NIOS II projects I put in:
C/H source files (and other stuff in the source folder I added) .project .cproject Makefile For NIOS II BSP: settings.bsp .cproject .project Makefile .pof .sof .ptf .jdi .sopc .sopcinfo Bill