# 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 -r 5f02984dd12a -r 93bdc7b9df15 .hgignore --- a/.hgignore Thu Aug 08 17:13:20 2019 +0200 +++ b/.hgignore Thu Aug 08 17:19:30 2019 +0200 @@ -6,3 +6,5 @@ \.pyd$ ^build$ ^scripts$ +^Cargo\.lock$ +^target$