diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:47:35 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:47:35 +0200 |
commit | 0b2c87dee6b9dad23abebc746b0f6dddf3a51645 (patch) | |
tree | f6385ced86e5e9c1774c4614fa1b0dabc39fa74a /.hgignore | |
parent | 62c3d8b8dc4c604bbc07116d3791c927afc3e007 (diff) | |
download | zoom-master.tar zoom-master.zip |
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ syntax: regexp ^\.deps/ +^\.libs/ +^autom4te.cache/ ^\.project$ ^\.cproject$ ^levels/level.lvl$ @@ -12,3 +14,5 @@ syntax: regexp ^zoom$ \.o$ ^zoom-bin$ +^libtool$ +~$ |