Closed GoogleCodeExporter closed 9 years ago
I know only svn. It would be cool to know what sort of hidden directories or
files each versioning system use.
Original comment by benoit.m...@gmail.com
on 2 Mar 2012 at 6:27
I think that the best thing to do is create a blacklist of files to be excluded
from the gambas binary. We can the populate that list with known files/folders
automatically and/or let the user choose which files or patterns should be
excluded. This way we are not only fixing a bug but adding a new feature.
Original comment by sebi...@gmail.com
on 2 Mar 2012 at 7:43
Bazaar:
./.bzr
./.bzrignore
Mercurial:
./.hg
./.hgignore
./.hgtags
./hgrc
Git:
./.git
./.gitignore
Original comment by sebi...@gmail.com
on 2 Mar 2012 at 7:49
It should be fixed in revision #4528. There is an option to configure the list
of files to be ignored, and by default this list is what you wrote above.
Original comment by benoit.m...@gmail.com
on 3 Mar 2012 at 2:18
Original issue reported on code.google.com by
sebi...@gmail.com
on 21 Feb 2012 at 12:32