rust/tests
Seiichi Uchida 84ad70c151 Add ignore config option
For example, with the following config file, rustfmt will ignore `src/types.rs`,
`src/foo/bar.rs` and every file under `examples/` directory.

```toml
[ignore]
files = [
    "src/types.rs",
    "src/foo/bar.rs",
]
directories = [
    "examples",
]
```
2018-03-09 13:37:52 +09:00
..
config Tidy up and pass tests 2018-03-02 15:07:13 +13:00
coverage Tidy up and pass tests 2018-03-02 15:07:13 +13:00
source fix adds a trailing comma to struct-like macro (#2490) 2018-03-08 18:05:39 +09:00
target fix adds a trailing comma to struct-like macro (#2490) 2018-03-08 18:05:39 +09:00
writemode Tidy up and pass tests 2018-03-02 15:07:13 +13:00
lib.rs Add ignore config option 2018-03-09 13:37:52 +09:00