I want to save a project in Git, a VHDL Xilinx project whose sub files are located in different directories.
My working directory and file locations are at different locations since I am allowed to keep it in the same location because of company conditions.
Running git init
in the home folder will probably not help it because the project contains more than 100 files.
Is there any way to include only the files I need, but from different directories, without copying to the working directory?