hickory-dns/.gitignore

29 lines
237 B
Plaintext
Raw Normal View History

2016-10-25 07:09:47 +00:00
.vscode/
.idea/
2016-10-25 07:09:47 +00:00
*.swp
2015-08-08 02:47:12 +00:00
# Compiled files
*.o
*.so
*.rlib
*.dll
2015-09-08 05:25:58 +00:00
.DS_Store
2015-08-08 02:47:12 +00:00
# Executables
*.exe
# Generated by Cargo
/target
**/target
2017-06-06 06:10:21 +00:00
*.rs.bk
2017-06-11 04:44:13 +00:00
.rls.toml
2018-05-16 13:28:40 +00:00
rls/**
2022-02-05 18:39:29 +00:00
# ignore fuzzing corpus
fuzz/artifacts/**
fuzz/corpus/**
2023-06-11 14:49:05 +00:00
fuzz/Cargo.lock
*~