summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-06-09 18:11:50 +0200
committerneoraider <devnull@localhost>2008-06-09 18:11:50 +0200
commit331652fd82c4ad518f243fa69eea2819dedc4078 (patch)
treeeed6ef663db77de997328d15a7f7a97ad30adab5
parente2c39937cecf38a8264f49828dc9e096d233462c (diff)
downloadzoomedit-331652fd82c4ad518f243fa69eea2819dedc4078.tar
zoomedit-331652fd82c4ad518f243fa69eea2819dedc4078.zip
Created .hgignore
-rw-r--r--.hgignore22
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