.hgignore
author Jan Vrany <jan.vrany@labware.com>
Tue, 01 Dec 2020 19:48:05 +0000
changeset 315 b7422e82eef0
parent 255 6d6880749905
permissions -rw-r--r--
Makefiles: define `-D__USE_MINGW_ANSI_STDIO=0` when compiling under MinGW Otherwise, `PRIxPTR` expands to `llx` (rather than to `I64x` as used by MSVC runtime) and GCC 10 will issue a warning. Consequently, code compiled with `-Werror` would fail to compile.

syntax: glob

build
artifacts
reports
tmp
config.rb
.rake_tasks~