summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-01-17 06:41:23 (GMT)
committerJason Evans <jasone@canonware.com>2010-01-17 06:41:23 (GMT)
commitbbaaecb729e8f979abcaac8e82d4b62a941a40cf (patch)
tree28a293a4fcd5e8ea1a5a7c95b9e0c411e9241f1b
parente476f8a161d445211fd6e54fe370275196e66bcb (diff)
downloadjemalloc-bbaaecb729e8f979abcaac8e82d4b62a941a40cf.zip
jemalloc-bbaaecb729e8f979abcaac8e82d4b62a941a40cf.tar.gz
jemalloc-bbaaecb729e8f979abcaac8e82d4b62a941a40cf.tar.bz2
Convert .hgignore to .gitignore.
-rw-r--r--.gitignore12
-rw-r--r--.hgignore14
2 files changed, 12 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..02018fe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+/jemalloc/autom4te.cache/
+/jemalloc/bin/
+/jemalloc/cfghdrs.stamp
+/jemalloc/cfgoutputs.stamp
+/jemalloc/config.log
+/jemalloc/config.status
+/jemalloc/configure
+/jemalloc/doc/jemalloc.3
+/jemalloc/lib/
+/jemalloc/Makefile
+/jemalloc/src/jemalloc_defs\.h
+/jemalloc/src/*.[od]
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index ed10a18..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,14 +0,0 @@
-syntax: glob
-
-syntax: regexp
-^jemalloc/autom4te\.cache
-^jemalloc/bin$
-^jemalloc/cfg(hdrs|outputs)\.stamp$
-^jemalloc/config\.(log|status)$
-^jemalloc/configure$
-^jemalloc/doc/jemalloc.3$
-^jemalloc/lib$
-^jemalloc/Makefile$
-^jemalloc/src/jemalloc_defs\.h$
-^jemalloc/src/[a-z0-9_]+.o$
-^jemalloc/src/[a-z0-9_]+.d$