smbd: in smb_set_file_time() rename "action" variable to "filter"
[samba4-gss.git] / rust / .gitignore
blobeadb94ca2714eab074f5be278517e51d55b94ce0
1 # ---> Rust
2 # Generated by Cargo
3 # will have compiled files and executables
4 debug/
5 target/
7 # These are backup files generated by rustfmt
8 **/*.rs.bk
10 # MSVC Windows builds of rustc generate these, which store debugging information
11 *.pdb
13 vendor/
14 tags