aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-10-07 09:53:26 -0700
committerJason Evans <je@facebook.com>2010-10-07 09:53:26 -0700
commit9f3b0a74fdaac6fa5eb8b5a875b8901bc56b2f5e (patch)
treee7a09df8008af79aa44c90afddae06bf6912316c /.gitignore
parent1506a1b90341cf27415c01b271b56f82f682fd07 (diff)
downloadjemalloc-9f3b0a74fdaac6fa5eb8b5a875b8901bc56b2f5e.tar.gz
Fix tests build when --with-install-suffix is set.
Add test/jemalloc_test.h.in, which is processed to include jemalloc/jemalloc@install_suffix@.h, so that test programs can include it without worrying about the install suffix.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8e95c7a..b468186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,11 +6,10 @@
/jemalloc/doc/jemalloc.3
/jemalloc/lib/
/jemalloc/Makefile
-/jemalloc/src/internal/jemalloc_internal\.h
-/jemalloc/src/internal/mtrgraph_defs\.h
-/jemalloc/src/internal/mtrplay_defs\.h
-/jemalloc/src/jemalloc\.h
-/jemalloc/src/jemalloc_defs\.h
+/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