diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..a2e69c8 --- /dev/null +++ b/.hgignore @@ -0,0 +1,31 @@ + +syntax: regexp +^\.project$ +syntax: regexp +^\.cproject$ +syntax: regexp +^autom4te\.cache$ +syntax: regexp +^config\.log$ +syntax: regexp +^config\.status$ +syntax: regexp +^libtool$ +syntax: regexp +^Makefile$ +syntax: regexp +^src/config\.h$ +syntax: regexp +/Makefile$ +syntax: regexp +^src/stamp-h1$ +syntax: regexp +/.deps$ +syntax: regexp +\.o$ +syntax: regexp +^src/mad$ +syntax: regexp +^src/madc$ +syntax: regexp +^src/mad-core$
\ No newline at end of file |