diff options
-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$ |