Tassilo Horn <[email protected]> writes: >> To Tassilo: Is it trivially easy to exclude "test" directory from >> ELPA release? The regression test kit is not intended for end users, >> and it will reduce a lot of compile warning for ELPA users if it >> isn't distributed in ELPA. > > I can simply delete it on the ELPA externals/auctex branch. Or maybe I > can also find a way to exclude it from the distributed version which > would even be better because I prefer to have as few differences > between master and ELPA as possible.
Ah, there's an .elpaignore file (similar to .gitignore) for that purpose. I've added tests/ and build-aux/ there. Thanks for the heads-up, Tassilo _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
