Skip to content
  • Ben Gamari's avatar
    aa75bbde
    gitignore: don't ignore all aclocal.m4 files · aa75bbde
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    While GHC's own aclocal.m4 is generated by the aclocal tool, other
    packages' aclocal.m4 are committed in the repository. Previously
    `.gitignore` included an entry which covered *any* file named
    `aclocal.m4`, which lead to quite some confusion (e.g. see #21740).
    Fix this by modifying GHC's `.gitignore` to only cover GHC's own
    `aclocal.m4`.
    aa75bbde
    gitignore: don't ignore all aclocal.m4 files
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    While GHC's own aclocal.m4 is generated by the aclocal tool, other
    packages' aclocal.m4 are committed in the repository. Previously
    `.gitignore` included an entry which covered *any* file named
    `aclocal.m4`, which lead to quite some confusion (e.g. see #21740).
    Fix this by modifying GHC's `.gitignore` to only cover GHC's own
    `aclocal.m4`.
Loading