diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-04 17:52:17 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-04 17:52:17 +0200 |
| commit | 0ff3f826d9772d3695f481e0a3d0bc1517dd3ae4 (patch) | |
| tree | aab08e94baf2dd31276cd126427fedf9b1c8998c /.gitignore | |
| download | cabinet-0ff3f826d9772d3695f481e0a3d0bc1517dd3ae4.tar.xz cabinet-0ff3f826d9772d3695f481e0a3d0bc1517dd3ae4.zip | |
chore: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6cbe6e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/* + +compile_commands.json |
