diff options
author | Aleksey Kladov <[email protected]> | 2020-02-18 13:21:00 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-18 13:44:52 +0000 |
commit | c870318f53562e90269fc70aecdb02d122353814 (patch) | |
tree | 8626d2bbc2be521067c7ea6c8728cffd1ce827c7 /.gitignore | |
parent | 742459c8fe08e359ae380e3e1dc0d059c0b4f871 (diff) |
Ignore cargo -Z timings info
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 99e0c5003..dc5ceca7f 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -6,3 +6,4 @@ crates/*/target | |||
6 | *.log | 6 | *.log |
7 | *.iml | 7 | *.iml |
8 | .vscode/settings.json | 8 | .vscode/settings.json |
9 | cargo-timing*.html | ||