diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:09:06 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:09:06 +0200 |
| commit | c24348eb207fdd124b61212c27ab6951279ce322 (patch) | |
| tree | f22dda10c160217c1a6f935c12bafabb934def5c /.gitignore | |
| download | chattymalloc-c24348eb207fdd124b61212c27ab6951279ce322.tar.gz chattymalloc-c24348eb207fdd124b61212c27ab6951279ce322.zip | |
initial chattymalloc standalone commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e6d811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build +/build-* |
