Skip to content
  • Thien-Thi Nguyen's avatar
    [build slog] Avoid "git ls-files -x". · 34c839c3
    Thien-Thi Nguyen authored
    Apparently, ‘-x’ now operates only on untracked files,
    so it is no longer suitable for removing .gitignore et al
    from the distribution.
    
    * GNUmakefile.in (dist): Don't use "git ls-files -x";
    instead, use "git ls-files | grep -v" for $(minusdist).
    34c839c3
To find the state of this project's repository at the time of any of these versions, check out the tags.