forked from plasma-umass/Mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (40 loc) · 657 Bytes
/
.gitignore
File metadata and controls
40 lines (40 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*~
*.d
*.o
*.so
*.pyc
TAGS
/src/config.h
/src/test/fork-example
/src/test/thread-example
/unit.test
/meshing-benchmark
config.mk
/build
/doc
/fragmenter
/theory/env
/frag.pdf
/data
/paper/latex.out/
/paper/mesh.pdf
__pycache__
/perf.data
/perf.data.old
/src/test/local-alloc
/src/test/local-alloc-glibc
/src/test/big-alloc
/src/test/big-alloc-glibc
/src/test/big-alloc-hoard
/src/test/local-alloc-hoard
/src/test/local-alloc-tcmalloc
/src/test/local-alloc-jemalloc
/src/test/local-alloc-mesh
/test/docker/*/mstatgcc
/test/docker/*/mstat
/test/spec/data
/coverage
/src/test/larson-mesh
/src/test/larson-glibc
/src/test/larson-tcmalloc
/src/test/larson-hoard