diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-07-22 17:30:45 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-07-22 17:30:45 +0200 |
| commit | ac55496d881e0a17b3eff85f1faae5aafbc53b50 (patch) | |
| tree | 65b954e994d7bbfc76bc959876e28f7ea9fa708c /.gitignore | |
| download | data-structures-ac55496d881e0a17b3eff85f1faae5aafbc53b50.tar.gz data-structures-ac55496d881e0a17b3eff85f1faae5aafbc53b50.tar.bz2 data-structures-ac55496d881e0a17b3eff85f1faae5aafbc53b50.zip | |
erster Commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6748cb --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | tags | ||
| 2 | allocator | ||
| 3 | avl | ||
| 4 | deque | ||
| 5 | dlist | ||
| 6 | hashtab | ||
| 7 | heap | ||
| 8 | list | ||
| 9 | queue | ||
| 10 | quicksort | ||
| 11 | rb | ||
| 12 | ringbuff | ||
| 13 | stack | ||
| 14 | stack2 | ||
| 15 | tree | ||
| 16 | |||
