Skip to main content
Tag clean-up as per https://electronics.meta.stackexchange.com/questions/7219/why-is-there-a-project-management-tag
Link
Lundin
  • 24.3k
  • 1
  • 34
  • 87
Tweeted twitter.com/#!/StackElectronix/status/575587060427440128
Source Link
tarabyte
  • 3.2k
  • 10
  • 50
  • 74

Which files to version control for an Altium PCB project?

I'm trying to create the .gitignore file for an Altium project that is versioned with git and stored remotely on GitHub.

I don't want my teammates to continually struggle with having to update every single time I make a small change, like re-run design rule checks or re-compile the project. What are the minimum files I should I add to my version control system?

# Ignore the subdirectory where output job outputs are placed GeneratedOutput # Ignore autosave files (anything that begins with a tilde) ~* # What else to ignore?