Closed Rmano closed 4 years ago
On Sun, Feb 03, 2019 at 11:40:39AM -0800, Romano Giannetti wrote:
After a clean build,
git status
says:Untracked files: (use "git add <file>..." to include in what will be committed) qucs-core/doc/qucsator.1 [..]
Should they be added to the
.gitignore
file(s)? I can prepare a PR if it's deemed interesting.
perhaps the changes should go into qucs/.gitignore, qucs-core/.gitignore etc. these directories will (likely) be turned into independent submodules or renamed at some point.
perhaps the changes should go into qucs/.gitignore, qucs-core/.gitignore etc. these directories will (likely) be turned into independent submodules or renamed at some point.
Ok, I'll try. I have doubt about the qucs/test-driver
directory, which if I've got it, should host a submodule... should I put it in the .gitignore
or not?
...and also the (empty) directory that is created in qucs/qucs-powercombining/
:
-rwxr-xr-x 1 romano romano 1877368 Feb 2 23:34 qucs/qucs-powercombining/qucspowercombining
?
After a clean build,
git status
says:Should they be added to the
.gitignore
file(s)? I can prepare a PR if it's deemed interesting.Thanks!