tmewett / BrogueCE

Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
https://sites.google.com/site/broguegame/
GNU Affero General Public License v3.0
1.03k stars 109 forks source link

add 'bin/*RunHistory.txt' to .gitignore #709

Open draeath opened 3 months ago

draeath commented 3 months ago

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