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