I am trying to do a git clone from a repository in my window, but the source code contains these 2 files, that my git cloning on window keeps failing.
./templates/extender/sync/os_firmware/[4.2.2.291,4.2.3.517)|[7.0.0.0,7.0.1.0).jinja2
./templates/extender/sync/os_firmware/(-inf,4.2.2.291)|[4.2.3.517,7.0.0.0)|[7.0.1.0,+inf).jinja2
To work around, I have to create a special branch on ubuntu, get rid of these 2 files, and then have this special branch cloned on my window, ... once my code is committed, I had to have these 2 files added back.
Is there a simple solution for this?