# HG changeset patch # User veltr # Date 1346324846 -7200 # Node ID a882cc0c936f15f14929ce37958cd9518e8fa653 # Parent 30f650574bca909956ecb83e60e5b6d0fab2a6e9 Ignore Media files diff -r 30f650574bca -r a882cc0c936f .hgignore --- a/.hgignore Thu Aug 30 13:06:35 2012 +0200 +++ b/.hgignore Thu Aug 30 13:07:26 2012 +0200 @@ -30,4 +30,6 @@ syntax: regexp ^\.settings/org\.eclipse\.core\.runtime\.prefs$ syntax: regexp -^sbin/build/compil-to-platform\.sh$ \ No newline at end of file +^sbin/build/compil-to-platform\.sh$ +syntax: regexp +\.webm$ \ No newline at end of file