diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 23:53:24 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 23:53:24 +0100 |
| commit | 3c62d3d54244731b641952bd7e93edbab16d5d79 (patch) | |
| tree | 60f1682e916b93b856a6b24b78e28064832156cf /examples/.gitignore | |
| parent | ef522ea5cd0c1f25fe8f3c66e23ef7f61a3017fd (diff) | |
| download | nonstd-3c62d3d54244731b641952bd7e93edbab16d5d79.tar.gz | |
Add PPM simple image implementation
Diffstat (limited to 'examples/.gitignore')
| -rw-r--r-- | examples/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore index dcb0ae9..b4d84dd 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,3 +1,4 @@ +# Build artifacts stringv stringb foreach @@ -6,4 +7,7 @@ slice arena files logging +ppm +# Generated artifacts +*.ppm
\ No newline at end of file |
