diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-16 14:56:20 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-16 14:56:20 +0200 |
| commit | f6d826fcb9710040a6b2118f01a2843da4e5f134 (patch) | |
| tree | ac33f539e238d07456ca00dbebcf6cf3708b7c2d | |
| parent | d22ab3d97a30780a930063b120ef3386aad8578e (diff) | |
| download | allocbench-f6d826fcb9710040a6b2118f01a2843da4e5f134.tar.gz allocbench-f6d826fcb9710040a6b2118f01a2843da4e5f134.zip | |
improve ignores
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ build/* -cache/* +cache* results/* *.png *__pycache__* @@ -11,4 +11,4 @@ results/* status tags **/chattymalloc.txt -src/obj +**/obj |
