scx-upstream/scheds/rust/scx_rlfifo/.gitignore
Andrea Righi 0d1c6555a4 scx_rustland_core: generate source files in-tree
There is no need to generate source code in a temporary directory with
RustLandBuilder(), we can simply generate code in-tree and exclude the
generated source files from .gitignore.

Having the generated source files in-tree can help to debug potential
build issues (and it also allows to drop the the tempfile crate
dependency).

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
2024-02-28 17:49:44 +01:00

7 lines
59 B
Plaintext

src/bpf/.output
intf.h
main.bpf.c
bpf.rs
Cargo.lock
target