problem with file exclusion
Posted: Mon Jul 11, 2016 7:13 am
I'm using EDPro 7.0.1.7
I had previous file exclusions, which had been working properly:
*.o,.\svn\*
We've switched to Git now, so I wanted to also exclude the .git directory, so I changed this to:
*.o,.\svn\*,.\.git\*
but it still displays all the contents of .git directory...
what am I doing wrong?
I had previous file exclusions, which had been working properly:
*.o,.\svn\*
We've switched to Git now, so I wanted to also exclude the .git directory, so I changed this to:
*.o,.\svn\*,.\.git\*
but it still displays all the contents of .git directory...
what am I doing wrong?