diff options
author | Louie S <louie@example.com> | 2024-02-16 18:32:53 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-02-16 18:32:53 -0500 |
commit | 7bbc2a93b6f123dfe8d2b97df8a4239032a6397b (patch) | |
tree | 73ebd2af83987c697ea81fd023465c0a53eafb6f /.gitignore |
First 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..ebc041f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cache +build +compile_commands.json |