hickory-dns/.gitignore
Benjamin Fry 2b705dc300 Bfry/split client server (#68)
* initial split of server

* split client and server crates

* create scripts for running tests across crates

* fix target location in tests

* trying different travis settings for getting kcov working

* fix directory change in kcov setup

* fixing for loop for the kcov tests

* added some env config for config tests

* adding back sudo settings, and additional coveralls merging config

* fix exclude paths

* merging coverage reports

* fixing results kcov paths
2016-11-08 21:28:51 -08:00

16 lines
122 B
Plaintext

.vscode/
# Compiled files
*.o
*.so
*.rlib
*.dll
.DS_Store
# Executables
*.exe
# Generated by Cargo
/target/
**/target/