diff .hgignore @ 1:da98dc08f575

loadagent: beginning to lay the foundation
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Apr 2013 03:21:00 +0000
parents 9beb566ded04
children ddda170fa6f4
line wrap: on
line diff
--- a/.hgignore	Sun Apr 28 17:36:07 2013 +0000
+++ b/.hgignore	Mon Apr 29 03:21:00 2013 +0000
@@ -1,6 +1,10 @@
-re:^toolchain/binutils-2.21.1/
-re:^toolchain/binutils-build/
-re:^toolchain/gcc-4.5.4/
-re:^toolchain/gcc-build/
-re:^toolchain/newlib-2.0.0/
-re:^toolchain/newlib-build/
+syntax: regexp
+
+\.[oa]$
+
+^toolchain/binutils-2.21.1/
+^toolchain/binutils-build/
+^toolchain/gcc-4.5.4/
+^toolchain/gcc-build/
+^toolchain/newlib-2.0.0/
+^toolchain/newlib-build/