I wish to ignore only one file without extension. I am able to ignore some files by names, but they all have extensions. Unfortunately I work with some files without extension that should not be ignored; thus, I can not use the solution provided here How do I add files without dots in them (all extension-less files) to the gitignore file?.
Does anybody know a way to achieve this? Any help is appreciated.