Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Which 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?

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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