Add to .gitignore .idea/ folder and fix test's readme

This commit is contained in:
C.Solovev 2019-02-25 15:05:08 +04:00
parent d4a7b19adb
commit cc0812193c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ src/proto/message.rs
**/*.rs.bk
Cargo.lock
net-trace_*.txt
.idea/

View File

@ -165,6 +165,7 @@ fn do_example_test(seed: TestRngSeed, dimension: NetworkDimension) {
})
// ...
}
```
### Property based testing