From ea713ef45900f7a3c5ef6dffcfb1034dccaec725 Mon Sep 17 00:00:00 2001 From: Kevin ALavik Date: Sun, 8 Jun 2025 01:02:23 +0200 Subject: [PATCH] docs: update README --- .gitignore | 8 ++++---- README.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index b812448..507cb10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ * - !.gitignore !LICENSE !examples/ -!examples/arena.c -!examples/arena.cpp -!arena.h \ No newline at end of file +!examples/*.c +!examples/*.cpp +!*.h +!*README* diff --git a/README.md b/README.md new file mode 100644 index 0000000..b105b74 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ckit +A minimal collection of reusable C headers + +## Header List +- [arena.h](arena.h): Minimal, Portable Freestanding Arena Allocator