RunHistory.txt was added in 4a58caf1354935df953418cead27c25de8fbdf80 but this wasn't added to .gitignore
This pollutes a source tree, when running from one:
draeath@muspelheimr:/opt/draeath/BrogueCE> git status
HEAD detached at v1.14
Untracked files:
(use "git add <file>..." to include in what will be committed)
bin/BrogueRunHistory.txt
nothing added to commit but untracked files present (use "git add" to track)
Please consider adding bin/*RunHistory.txt or similar to .gitignore at some point
RunHistory.txt was added in 4a58caf1354935df953418cead27c25de8fbdf80 but this wasn't added to .gitignore
This pollutes a source tree, when running from one:
Please consider adding
bin/*RunHistory.txt
or similar to .gitignore at some point