serenity/Toolchain/.gitignore
Ben Wiederhake 36ba0a35ee Travis: Cache toolchain
This should give a significant boost to Travis speeds, because most of the
compile time is spent building the toolchain over and over again.
However, the toolchain (or libc or libm) changes only rarely,
so most rebuilds can skip this step.

The hashing has been put into a separate file to keep it
as decoupled as possible from BuiltIt.sh.
2020-03-08 14:09:08 +01:00

6 lines
108 B
Plaintext

# Created by QEMU build
config-temp
config.log
# For caching the entire toolchain (useful on Travis)
Cache/