# HG changeset patch # User Emmanuel Gil Peyrot # Date 1424625755 -3600 # Node ID 5ee81fece0fa8e4ed0e04e354da6611064c8e992 # Parent 5ba54fc65608c987764823ebc49bfeaea8ed487e Fill the .hgignore, so that binaries don’t get listed in hg st. diff -r 5ba54fc65608 -r 5ee81fece0fa .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Feb 22 18:22:35 2015 +0100 @@ -0,0 +1,3 @@ +^build/ +\.3dsx$ +\.elf$