From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: documentation on how to add packages to ELPA? Date: Tue, 24 Dec 2013 06:58:59 +0800 Message-ID: References: <85wqixx0n4.fsf@stephe-leake.org> <85lhzdw1lc.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1387839539 21325 80.91.229.3 (23 Dec 2013 22:58:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 22:58:59 +0000 (UTC) Cc: Stephen Leake , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 23:59:05 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VvESm-0003Rf-N7 for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 23:59:04 +0100 Original-Received: from localhost ([::1]:35883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvESm-0003E5-9d for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 17:59:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvESj-0003E0-OM for emacs-devel@gnu.org; Mon, 23 Dec 2013 17:59:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvESi-0007FZ-L2 for emacs-devel@gnu.org; Mon, 23 Dec 2013 17:59:01 -0500 Original-Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:58723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvESi-0007FT-Fp for emacs-devel@gnu.org; Mon, 23 Dec 2013 17:59:00 -0500 Original-Received: by mail-ig0-f176.google.com with SMTP id k19so22341457igc.3 for ; Mon, 23 Dec 2013 14:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gE+Fz40wyTgLcz83l+Z6DyfFKYW3TVVURDTBcxfQF6k=; b=iTjwUrZpix2rYl9RV8oZGaDoes9RQgDgdLGu4GMOPkeGprNkVhWEBWHXD7Wh1tHP1I fOeiWwqg2TNiNoK7igmNRmaD28agfcN3632wAbOhLLOqstgvKaGyPjMwgVpbygZ/KFTT Ks1+AyLB5us+PO58FE65pOZ8tIbOoInt3+aVRTZ8wxg0q8590Gb+ChOlgjAjTD8Xl7WN ryHnCNa7BjRjTWyQsddlTYaBGnjlJchypNUipPzR/ZZwq51oZJbz6RdxGNyzL12v9RTl VZp7NNTk34n8DL3KvWj7Gu/gIkzAZkKxPtwBc73bsrKGrPn3zQbBfPZ7HScnACiMBcum waaw== X-Received: by 10.50.66.212 with SMTP id h20mr23088646igt.48.1387839539831; Mon, 23 Dec 2013 14:58:59 -0800 (PST) Original-Received: by 10.42.119.18 with HTTP; Mon, 23 Dec 2013 14:58:59 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166797 Archived-At: On Mon, Dec 23, 2013 at 9:24 AM, Stefan Monnier wrote: > If you don't want all files included in the tarball distributed on GNU > ELPA, you can use a .elpaignore file (see js2-mode/.elpaignore for the > only existing example so far). I only found a .gitignore in js2-mode/. Anyway, there's a .elpaignore in diff-hl[fn:1]. Footnotes: [fn:1] http://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/packages/diff-hl/.elpaignore -- http://www.gnu.org/software/emacs/