diff options
author | neoraider <devnull@localhost> | 2008-06-09 18:11:50 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-06-09 18:11:50 +0200 |
commit | 331652fd82c4ad518f243fa69eea2819dedc4078 (patch) | |
tree | eed6ef663db77de997328d15a7f7a97ad30adab5 /.hgignore | |
parent | e2c39937cecf38a8264f49828dc9e096d233462c (diff) | |
download | zoomedit-331652fd82c4ad518f243fa69eea2819dedc4078.tar zoomedit-331652fd82c4ad518f243fa69eea2819dedc4078.zip |
Created .hgignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..f033972 --- /dev/null +++ b/.hgignore @@ -0,0 +1,22 @@ + +syntax: regexp +^\. +/\. +\.o$ +\.lo$ +\.la$ +/Makefile$ +^Makefile$ + +syntax: regexp +^config\.log$ +syntax: regexp +^config\.status$ +syntax: regexp +^libtool$ +syntax: regexp +^src/stamp-h1$ +syntax: regexp +^src/zoomedit$ +syntax: regexp +^src/config\.h$
\ No newline at end of file |