diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:17:47 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:17:47 +0000 |
| commit | 62b10f1e2c716dcc2b1a7d1a2d7c4ed6042edbf5 (patch) | |
| tree | 6024b721fc6179a7d44e37f7c6b73380cedb10df /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe6031c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Build artifacts +*.o +*.a +*.so +*.dylib +*.dll +*.exe + +# Build directories +build/ +debug/ +release/ +dist/ + +# Generated files +config.h +Makefile + +# Editor files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db +compile_commands.json +.cache |