I'm looking at ignoring some files when an archive (zip/tarball) is
created by Fossil.
Git has the ".gitattributes" file (at the root of the checkout) where
you can stash "export-ignore" like this:
tests/* export-ignore
doc/* export-ignore
.gitignore export-ignore
so that your tarball is created (using "git archive") without those
files.
Is there a way to do the same thing in Fossil?
If not, would that be considered as a feature for Fossil?
(I know you can use the "ex" webpage argument or -X with CLI, but that's
a bit different as some random person downloading the zip/tarball won't
have the files excluded.)
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users