diff options
author | Jason Evans <je@fb.com> | 2013-12-05 01:40:49 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-12-05 01:40:49 (GMT) |
commit | 72284f03357d6fb4a7ff82542dd1a41d567b0bb2 (patch) | |
tree | ebcb6a05766ab11bfd18528fe95c93c167f418c8 /.gitignore | |
parent | 95424fc1884112d6b90193481e8ad26247463b4b (diff) | |
download | jemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.zip jemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.tar.gz jemalloc-72284f03357d6fb4a7ff82542dd1a41d567b0bb2.tar.bz2 |
Add tsd test.
Submitted by Mike Hommey.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |