gitignore: fixes for nix output links
result/is a directory, which was supposed to be a symbolic link (file), without trailing/.result-lib,result-devandresult-manare valid Nix build outputs that should also be ignored.- Some files should only realistically appear in the root of the repository, for those names, prefix with
/to prevent future confusion.
There's other junk in the .gitignore that looks like it started from a (very bad) template. I'm not sure what else should be removed, but I see very few projects ignore rustmft backup files (it is stable enough that these should almost never be created) and rls is deprecated. I haven't touched these entries that I think should be removed outright.
@raphamorim I have more to contribute, but I'm wondering if these changes are welcome at all.
Sorry I meant to ask if this pr was still valid after the pr you did originally
Separate changes at the same time. I noticed the gitignore was messed up when I was testing my changes.
My original message has a poorly phrased question however, do you want me to add another commit removing whatever I thought was useless?