https://bugzilla.wikimedia.org/show_bug.cgi?id=26259
--- Comment #21 from Matthew Flaschen <[email protected]> --- (In reply to comment #20) > (In reply to comment #18) > > Use .gitignore in your checkout. > > This is about creating a .gitignore file e.g. under /core containing e.g. > "tests/**", right? I assume you mean the local user doing that, not committing it. But I don't think gitignore will work for this anyway (gitignore prevents git from adding files by default, or showing them as untracked). You could do a sparse checkout, but that won't save any bandwidth, so I don't see the benefit. However, it's not in the tarball, so AFAICT this should be marked fixed. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
