# HG changeset patch # User Emmanuel Gil Peyrot # Date 1565277570 -7200 # Node ID 93bdc7b9df15c703972bc4439486529fef268e5b # Parent 5f02984dd12a5d0448de153fcabaee6ed699674b Add the two generated Rust artifacts to the .hgignore file. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -6,3 +6,5 @@ \.pyd$ ^build$ ^scripts$ +^Cargo\.lock$ +^target$