summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..d173e45
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+syntax: glob
+
+syntax: regexp
+^jemalloc/autom4te\.cache
+^jemalloc/cfg(hdrs|outputs)\.stamp$
+^jemalloc/config\.(log|status)$
+^jemalloc/configure$
+^jemalloc/lib$
+^jemalloc/Makefile$
+^jemalloc/src/jemalloc_defs\.h$
+^jemalloc/src/[a-z]+.o$