diff options
author | Akshay <[email protected]> | 2020-07-15 16:56:51 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-15 16:56:51 +0100 |
commit | 10e768b6e6255fda9f6f2a4aaa3c23bb2d829eb1 (patch) | |
tree | 9e7417a4318c2f2653b8639c469bbec38e4ed4b7 /.gitignore | |
parent | ef3f556099a3f13ae0c9d0719994805e4682cce7 (diff) |
add rustfmt.toml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,3 +14,7 @@ Cargo.lock | |||
14 | 14 | ||
15 | # ignore logs | 15 | # ignore logs |
16 | *.txt | 16 | *.txt |
17 | |||
18 | # ignore session | ||
19 | |||
20 | *.vim | ||