A Quartus project generates huge number of files as we proceed with design compilation and debug automatically.
Provided that I wish to add my Quartus project to a Git repository and not just the hdl files, what are the files that I must add? The objective is that when we clone the repository, we can just open the project and click compile to compile the design. Nothing else needs to be "fixed" in this time.
Git is used for version control by the way.