diff options
| author | Samuel Johnson <[email protected]> | 2025-10-09 02:24:13 -0400 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-10-09 02:24:13 -0400 |
| commit | 8518b3d1ac814837dbeed751112c1c9a66f86565 (patch) | |
| tree | be574974a534a5333a2e4aec3d9675d4eae42ced /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e17f754 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.o +*.so + +*.swp + +.cache/ +build/ |
