diff options
author | Daniel Micay <danielmicay@gmail.com> | 2014-05-07 18:27:09 -0400 |
---|---|---|
committer | Daniel Micay <danielmicay@gmail.com> | 2014-05-10 19:58:17 -0400 |
commit | 87b658cf728b5d7e6b81012460454af634f6e6f8 (patch) | |
tree | 26860cb187be01cf4166a62f2d7a10ba4249ce3c /.gitattributes | |
parent | vec: factor out some deallocation code (diff) | |
download | grust-87b658cf728b5d7e6b81012460454af634f6e6f8.tar.gz grust-87b658cf728b5d7e6b81012460454af634f6e6f8.tar.bz2 grust-87b658cf728b5d7e6b81012460454af634f6e6f8.tar.xz |
gitattributes: rm obsolete jemalloc entry
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 052341b584..d65c979a07 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -8,4 +8,3 @@ src/etc/pkg/rust-logo.ico binary | |||
8 | src/etc/pkg/rust-logo.png binary | 8 | src/etc/pkg/rust-logo.png binary |
9 | src/rt/msvc/* -whitespace | 9 | src/rt/msvc/* -whitespace |
10 | src/rt/vg/* -whitespace | 10 | src/rt/vg/* -whitespace |
11 | src/rt/jemalloc/**/* -whitespace | ||