.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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
syntax: glob
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
build
4
48ec8a59ced4 Renamed `dist` target to `install`. Added new target `artifacts` (mainly) for Jenkins builds.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 0
diff changeset
     4
artifacts
0
f46260ba26b1 Initial shot of "new" rake-based builder
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
reports
255
6d6880749905 Add `tmp` to `.hgignore`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 18
diff changeset
     6
tmp
18
647bee28090f Write default configuration to `config.rb` rather than to `.config.rake`.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 17
diff changeset
     7
config.rb
17
76ed1d1a6bff Added `.rake_tasks~` to `.hgignore`.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4
diff changeset
     8
.rake_tasks~