summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2013-12-05 01:40:49 (GMT)
committerJason Evans <je@fb.com>2013-12-05 01:40:49 (GMT)
commit72284f03357d6fb4a7ff82542dd1a41d567b0bb2 (patch)
treeebcb6a05766ab11bfd18528fe95c93c167f418c8 /.gitignore
parent95424fc1884112d6b90193481e8ad26247463b4b (diff)
downloadjemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.zip
jemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.tar.gz
jemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.tar.bz2
Add tsd test.
Submitted by Mike Hommey.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0a9ca18..afde57a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,19 +37,19 @@
test/include/test/jemalloc_test.h
/test/integration/[A-Za-z]*
-!/test/integration/*.*
+!/test/integration/[A-Za-z]*.*
/test/integration/*.[od]
/test/integration/*.out
/test/src/*.[od]
/test/stress/[A-Za-z]*
-!/test/stress/*.*
+!/test/stress/[A-Za-z]*.*
/test/stress/*.[od]
/test/stress/*.out
/test/unit/[A-Za-z]*
-!/test/unit/*.*
+!/test/unit/[A-Za-z]*.*
/test/unit/*.[od]
/test/unit/*.out