diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:14:26 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-06-24 00:14:26 +0200 |
commit | ee827d8be76d104e1550b39abe61ba2ec2e28dbb (patch) | |
tree | 5ca0702f08cffe4a5b26e82ed1d42f28e954e1f8 /.hgignore | |
parent | 68ba1f69427760d004142c420a51e88c0f6b2961 (diff) | |
download | libzoom-ee827d8be76d104e1550b39abe61ba2ec2e28dbb.tar libzoom-ee827d8be76d104e1550b39abe61ba2ec2e28dbb.zip |
Add .hgignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..26dc66e --- /dev/null +++ b/.hgignore @@ -0,0 +1,19 @@ + +syntax: regexp +^\.deps/ +^\.libs/ +^\.cproject$ +^\.project$ +^config.h$ +^config.log$ +^config.status$ +^libtool$ +\.o$ +\.lo$ +^libzoom.la$ +^libzoom-0.1.pc$ +^Makefile$ +^stamp-h1$ + +syntax: regexp +^autom4te\.cache/ |