diff options
| author | Thomas Schmucker <ts@its1.de> | 2022-04-09 09:46:17 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2022-04-09 09:46:17 +0200 |
| commit | 38f5e364f73967c01f9ed442fe6646e70cb1dde0 (patch) | |
| tree | 274817eb2793584b0e3d856de5504a614f2b4e89 /.gitignore | |
| parent | 2863f4f1d2a6a6a8704454824d6c291d2e0d4b5c (diff) | |
| parent | 154874afda4a8df885e51c01f7681f04fb0b8e61 (diff) | |
| download | data-structures-38f5e364f73967c01f9ed442fe6646e70cb1dde0.tar.gz data-structures-38f5e364f73967c01f9ed442fe6646e70cb1dde0.tar.bz2 data-structures-38f5e364f73967c01f9ed442fe6646e70cb1dde0.zip | |
Merge branch 'rework-directory-structure'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 1 insertions, 19 deletions
| @@ -1,20 +1,2 @@ | |||
| 1 | .tags | 1 | .tags |
| 2 | allocator | 2 | bin/* |
| 3 | arraylist | ||
| 4 | avl | ||
| 5 | deque | ||
| 6 | dlist | ||
| 7 | hashtab | ||
| 8 | heap | ||
| 9 | list | ||
| 10 | list-tail-node | ||
| 11 | queue | ||
| 12 | quicksort | ||
| 13 | rb | ||
| 14 | ringbuff | ||
| 15 | stack | ||
| 16 | stack2 | ||
| 17 | tags | ||
| 18 | tree | ||
| 19 | insertsort | ||
| 20 | shellsort | ||
