hickory-dns/.gitignore

22 lines
153 B
Plaintext
Raw Normal View History

2016-10-25 07:09:47 +00:00
.vscode/
*.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/**