diff options
author | Melody Horn <melody@boringcactus.com> | 2021-05-14 17:39:57 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-05-14 17:39:57 -0600 |
commit | d8ba4ec621d7cf169be97c8fc5e6f1db919681c9 (patch) | |
tree | 088a213f57bbdfc5901ad60b5aa7c96e0f5cabc5 /.gitignore | |
download | tcl-sys-d8ba4ec621d7cf169be97c8fc5e6f1db919681c9.tar.gz tcl-sys-d8ba4ec621d7cf169be97c8fc5e6f1db919681c9.zip |
pass the tests locally on msvc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |