diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-29 09:15:37 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-29 09:15:37 +0300 |
| commit | c7f5780d3b67da9c57d658994bcff298e6a1cac9 (patch) | |
| tree | 8d7d5bcc76d1df2cf02f34524fb678cf8489c1dc /.gitignore | |
| parent | e3412d642f75fdd0e558f4403cf21dcae4d38766 (diff) | |
| download | ppm_graphics-c7f5780d3b67da9c57d658994bcff298e6a1cac9.tar ppm_graphics-c7f5780d3b67da9c57d658994bcff298e6a1cac9.tar.gz ppm_graphics-c7f5780d3b67da9c57d658994bcff298e6a1cac9.zip | |
chore: Rework file layout and add make script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5dece76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +anim_* +!renders/anim_* + +*.mp4 |
