diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-05-31 17:16:16 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-05-31 17:37:48 (GMT) |
commit | b4b4a98bc8463cc9e4ef0a78244d5047d497eed7 (patch) | |
tree | d0b972f22a4f516111f4f3a340785825fddec24a /.gitignore | |
parent | 10d090aae9834e1eb24b957d4fac042c205af52e (diff) | |
download | jemalloc-b4b4a98bc8463cc9e4ef0a78244d5047d497eed7.zip jemalloc-b4b4a98bc8463cc9e4ef0a78244d5047d497eed7.tar.gz jemalloc-b4b4a98bc8463cc9e4ef0a78244d5047d497eed7.tar.bz2 |
Add /run_tests.out/ to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ /src/*.[od] /src/*.sym +/run_tests.out/ + /test/test.sh test/include/test/jemalloc_test.h test/include/test/jemalloc_test_defs.h |