diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 04:08:38 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-11 04:08:38 +0200 |
commit | 561150ea6623be4ea32ff225d26e771274fcfd63 (patch) | |
tree | 5013eea1d655e41ca20ec3c1c96a096b8f860c9f /.hgignore | |
parent | 86315eee08beea75d92eb506d46de4d357ec659a (diff) | |
download | mad-561150ea6623be4ea32ff225d26e771274fcfd63.tar mad-561150ea6623be4ea32ff225d26e771274fcfd63.zip |
Noch ein bisschen Build-Infrastruktur
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 |