diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-12 17:34:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-12 17:34:29 +0300 |
| commit | 51b47a0130005bd19039422d027da23ff46dd6b8 (patch) | |
| tree | 44784e84a5640e1382ba9064f8d9367e5b091edc | |
| parent | 547b810eea19b0c72731e30ca3e2e339593c1833 (diff) | |
add sample images to gitignores
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # ggaze build artifacts /build/ +/sample-images /build-*/ *.o *.obj @@ -16,4 +17,4 @@ coverage-html/ *.swp *~ \#*\# -.\#*
\ No newline at end of file +.\#* |
