Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
65 stars 10 forks source link

use exclude.txt in other lists too #63

Closed Pidgeot closed 4 years ago

Pidgeot commented 4 years ago

because I'd like to keep a readme.txt next to the keybinds, and not worry about someone installing it by mistake. :)

[Issue created by fricy: 2014-08-31] [Last updated on bitbucket: 2014-09-01]

[Comment created by Pidgeot: 2014-09-01] Exclude readme files for colors, embarks, keybinds (fixes #17)

→ <<cset 436b52b7b681>>

[Comment created by Pidgeot: 2014-09-01] What I'll do is exclude any file that starts with readme (case-insensitive). That gives you a little more freedom in naming things, and allows multiple files if you need that for some reason.

[Comment created by PeridexisErrant: 2014-09-01] This could be handled simply by excluding readme.txt from such lists - it'd apply to colors, embarks, keybindings and maybe some others. I know that I'd take advantage of this.