diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-07 13:47:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-07 13:49:40 -0700 |
| commit | 539ef6568697c9dc1712fc7a2a379d4e3fb9235c (patch) | |
| tree | 7335354113834d9db965fb60d41d81c36ec09d42 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7929f93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build/ +*.o +*.exe +*.out +sample.md |
