Stop tracking the stale demo binary
Renaming the example un-ignored nim/app, which was still sitting in the working tree from before the move, so the last commit swept it in. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
6992433 parent: 0b02cea modified
.gitignore +1 -0 | @@ -1,5 +1,6 @@ | ||
| 1 | 1 | target/ |
| 2 | 2 | examples/gallery |
| 3 | +nim/app | |
| 3 | 4 | nimcache/ |
| 4 | 5 | *.so |
| 5 | 6 | run.log |
| @@ -1,5 +1,6 @@ | |||
| 1 | target/ | 1 | target/ |
| 2 | examples/gallery | 2 | examples/gallery |
| 3 | +nim/app | ||
| 3 | nimcache/ | 4 | nimcache/ |
| 4 | *.so | 5 | *.so |
| 5 | run.log | 6 | run.log |
deleted
nim/app +0 -0 | deleted file mode 100755 | ||
| Binary files a/nim/app and /dev/null differ | ||
| deleted file mode 100755 | |||
| Binary files a/nim/app and /dev/null differ | Binary files a/nim/app and /dev/null differ | ||