Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

Which files belong in version control

Altera_Forum
Honored Contributor II
1,081 Views

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? 

 

Also, If you have "clean" ways to manage your project it would be nice if you could share them. For example, where you put your source files relative to your project and workspace, do you generate batch files to regenerate the bsp automatically, etc. 

 

Thanks! 

 

Benjamin
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
262 Views

For 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
0 Kudos
Reply