aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2011-03-31 22:38:51 -0700
committerJason Evans <jasone@canonware.com>2011-03-31 22:38:51 -0700
commit955851f3849e3fb57541bef37e241caf5aa7692c (patch)
tree336d8e2c7ae98202d57a8d7c1471b17c6369788b /.gitignore
parent7427525c28d58c423a68930160e3b0fe577fe953 (diff)
downloadjemalloc-955851f3849e3fb57541bef37e241caf5aa7692c.tar.gz
Adjust repo path dependencies.
Update .gitignore and configure.ac to deal with the recent directory restructuring.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore46
1 files changed, 23 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index d6fa8fd..32b4c42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,23 +1,23 @@
-/jemalloc/autom4te.cache/
-/jemalloc/config.stamp
-/jemalloc/config.log
-/jemalloc/config.status
-/jemalloc/configure
-/jemalloc/doc/html.xsl
-/jemalloc/doc/manpages.xsl
-/jemalloc/doc/jemalloc.xml
-/jemalloc/doc/jemalloc.html
-/jemalloc/doc/jemalloc.3
-/jemalloc/lib/
-/jemalloc/Makefile
-/jemalloc/include/jemalloc/internal/jemalloc_internal\.h
-/jemalloc/include/jemalloc/jemalloc\.h
-/jemalloc/include/jemalloc/jemalloc_defs\.h
-/jemalloc/test/jemalloc_test\.h
-/jemalloc/src/*.[od]
-/jemalloc/test/*.[od]
-/jemalloc/test/*.out
-/jemalloc/test/[a-z]*
-!/jemalloc/test/*.c
-!/jemalloc/test/*.exp
-/jemalloc/VERSION
+/autom4te.cache/
+/config.stamp
+/config.log
+/config.status
+/configure
+/doc/html.xsl
+/doc/manpages.xsl
+/doc/jemalloc.xml
+/doc/jemalloc.html
+/doc/jemalloc.3
+/lib/
+/Makefile
+/include/jemalloc/internal/jemalloc_internal\.h
+/include/jemalloc/jemalloc\.h
+/include/jemalloc/jemalloc_defs\.h
+/test/jemalloc_test\.h
+/src/*.[od]
+/test/*.[od]
+/test/*.out
+/test/[a-z]*
+!test/*.c
+!test/*.exp
+/VERSION