diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:18:30 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:18:30 +0200 |
commit | 62c3d8b8dc4c604bbc07116d3791c927afc3e007 (patch) | |
tree | 2464bdd9481feda8781850a1931f98afbd15601a | |
parent | c8331e451ab2585513f38bcb3ed8318974a39901 (diff) | |
download | zoom-62c3d8b8dc4c604bbc07116d3791c927afc3e007.tar zoom-62c3d8b8dc4c604bbc07116d3791c927afc3e007.zip |
Added .hgignore
-rw-r--r-- | .hgignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..978fc83 --- /dev/null +++ b/.hgignore @@ -0,0 +1,14 @@ + +syntax: regexp +^\.deps/ +^\.project$ +^\.cproject$ +^levels/level.lvl$ +^config.h$ +^config.log$ +^config.status$ +^Makefile$ +^stamp-h1$ +^zoom$ +\.o$ +^zoom-bin$ |