* Lucas Sandery <lucas@xxxxxxxxxxxx> [09-04-16 06:53]: > How do I make a "release" a copy (not a clone) of the repository that contains > only tracked files without .gitignore files? I am using git archive but the > resulting zip file still contains .gitignore files. Have a look at the git-archive man page. You can exclude such files by adding the export-ignore attribute to gitattributes. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html