Closed esunar closed 2 years ago
(by martin-kalcok) Leading exclamation mark seems to be the issue here
clean:
**echo** "Cleaning files"
**git** clean -fxd -e '!.idea' -e '!.vscode'
the "-e" option of git clean
uses same pattern/structure as .gitignore files.
Even though the
.idea
and.vscode
should not be affected bymake clean
target, they are getting removed.Imported from Launchpad using lp2gh.
date created: 2021-10-22T07:21:42Z
owner: martin-kalcok
assignee: martin-kalcok
the launchpad url