# HG changeset patch # User Tuncer Ayaz <[email protected]> # Date 1285318167 -7200 # Node ID b8768364bf0da8d5caf69e2bc305b19e4eabe714 # Parent 2a512594f4eb50d69aaf9443ec58d68480d62544 Add ignore file
diff -r 2a512594f4eb -r b8768364bf0d .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Fri Sep 24 10:49:27 2010 +0200 @@ -0,0 +1,4 @@ +.eunit/.*$ +c_src/.*\.o$ +priv/.*\.so$ +ebin/.*\.beam$ _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
