Hello, all. I've recently been annoyed at certain files showing up in autocomplete as I try to move about the file system. .DS_Store and Icon^M have been the most annoying, particularly when I try to get to ~/Documents/Incoming/ and type cd ~/D[tab]I[tab][swear].
I've been trying to use the fignore environment variable to ignore anything ending in a carriage return (aka ASCII 13, \015, or ^M) which I've only ever seen on an icon file. For whatever reason, it doesn't take. Does anyone have a tested solution to this?