xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/.gitignore (revision 7b0ef10895108a0de5ff5ef3d2f93f40cf2e33a5)
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