gitignore

  1. A

    Solved gitignore ".sujournal" problem with full path pattern in the ~/.config/git/ignore

    gitignore works fine with filename-only pattern, i.e. it ignores .sujournal correctly. $HOME/.config/git/ignore .sujournal But when I set the full path, it doesn't ignore it, i.e. Git status complains: $HOME/.config/git/ignore /usr/src/.sujournal My Git setting (Normal User): $ git config...
Back
Top