jbb 0 Report post Posted January 14, 2013 Using the xilinx ISE package with VHDL, but want to store my code in git.There are many, many files in the directory, does anyone know which I need to store in order to have a working system?Obviously my .vhd and .ucf files, and .xise appears to be a project file? Are there any others I need to save? And what about generated IP components? It's not clear what i need to store for those.Anyone got any ideas or experience of this? Share this post Link to post Share on other sites
Jack Gassett 0 Report post Posted January 14, 2013 Here is a .gitignore file that can help out:https://gist.github.com/2045092 Jack. Share this post Link to post Share on other sites
jbb 0 Report post Posted January 14, 2013 Excellent, thank you. Share this post Link to post Share on other sites