hickory-dns/.gitignore
2023-06-12 15:28:01 -07:00

29 lines
237 B
Plaintext

.vscode/
.idea/
*.swp
# Compiled files
*.o
*.so
*.rlib
*.dll
.DS_Store
# Executables
*.exe
# Generated by Cargo
/target
**/target
*.rs.bk
.rls.toml
rls/**
# ignore fuzzing corpus
fuzz/artifacts/**
fuzz/corpus/**
fuzz/Cargo.lock
*~