xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/.gitignore (revision fae6e9ade46a52976ad5d099643d51cc20876448)
1### https://raw.github.com/github/gitignore/master/Rust.gitignore
2
3# Generated by Cargo
4# will have compiled files and executables
5debug/
6target/
7
8# These are backup files generated by rustfmt
9**/*.rs.bk
10