diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-16 21:43:36 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-16 21:43:36 +0100 |
| commit | c9e3a4b2816ad23aa201a4f43f357a376947bd49 (patch) | |
| tree | 042530b79b1e3c7c36872b991850002bec9268a8 /.gitignore | |
INITIAL COMMIT
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..583c39e --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/obj +/app + +.cache/ +compile_commands.json +borgflag.db |
