diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 09:22:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 09:22:30 +0300 |
| commit | 3c50e288160fd28a7f354f93e4c807380bc78527 (patch) | |
| tree | ac86c597dda670ce0a5ce2e4697b17e84007f1a3 | |
| parent | 1c36abeb27b0b0fed7eb07f008bcf9dcaaefb7bb (diff) | |
gitignore build/runtime artifacts (obj, bin, log, mods)
| -rw-r--r-- | ychat/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ychat/.gitignore b/ychat/.gitignore new file mode 100644 index 0000000..8f13c05 --- /dev/null +++ b/ychat/.gitignore @@ -0,0 +1,4 @@ +obj/ +bin/ +log/ +mods/ |
