changeset 652:93bdc7b9df15

Add the two generated Rust artifacts to the .hgignore file.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 08 Aug 2019 17:19:30 +0200
parents 5f02984dd12a
children 16aa9a636d35
files .hgignore
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -6,3 +6,5 @@
 \.pyd$
 ^build$
 ^scripts$
+^Cargo\.lock$
+^target$