# HG changeset patch # User Mike Miller # Date 1504333244 25200 # Node ID 61d45e0f7888a185e53881cc20a62928d69ad9a3 # Parent 1e9541065440a71868d4a0f2bd92a6f52bc06f29 .hgignore: ignore more generated files * .hgignore: Add more generated files to the list of patterns to ignore. Escape literal period characters in regexp syntax. diff -r 1e9541065440 -r 61d45e0f7888 .hgignore --- a/.hgignore Fri Sep 01 22:57:24 2017 -0400 +++ b/.hgignore Fri Sep 01 23:20:44 2017 -0700 @@ -1,19 +1,21 @@ -^settings.mk +^settings\.mk ^usr/ ^log/ ^pkg/ +^built-packages/ ^installed-packages/ ^wip/ ^tmp-.*/ -^autom4te.cache/ +^autom4te\.cache/ ^configure -^config.status -^config.log +^config\.status +^config\.log ^Makefile -^cmake-toolchain-file.stamp +^cmake-toolchain-file\.stamp ^cross-tools/ ^gnuplot/ ^octave/ -^tools/set_mxe_env.sh +^tools/makeinst-script\.sh +^tools/set-mxe-env\.sh