diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-02-08 00:37:20 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-02-08 00:41:43 +0100 |
commit | a3183ff88a1aaac66bd49f258fdd02fdeff421ca (patch) | |
tree | b59a284a697863cd7c26b29fe2768e1852c15ed8 /.gitignore |
Initial commit
This initial commit includes the following:
- A gitignore file
- A license (0-Clause BSD)
- A Makefile supporting installation
- A manual page written in mdoc(7)
- A fully working initial implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8166a02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.cache/ +.clang-format +center +compile_commands.json |