diff options
| author | 2023-11-16 17:44:47 -0600 | |
|---|---|---|
| committer | 2023-11-16 17:44:47 -0600 | |
| commit | ff292c3477497e03d4cffc1467691e1e6ce54a5c (patch) | |
| tree | b7cd01d3f440dafd07bc7538c116997f7fd3ac01 /.gitignore | |
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..dceeaad --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +builddir/ +.cache/ +compile_commands.json |
