From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: translation intermediate files Date: Wed, 27 Jul 2016 19:35:04 +0200 Message-ID: <7cc2f6e4-9ffb-ffdf-85aa-264fca7a3518@tobias.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSSkU-00011f-My for guix-devel@gnu.org; Wed, 27 Jul 2016 13:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSSkQ-0000bG-K3 for guix-devel@gnu.org; Wed, 27 Jul 2016 13:36:01 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSSkQ-0000bA-Dt for guix-devel@gnu.org; Wed, 27 Jul 2016 13:35:58 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll , guix-devel Hi Vincent, On 27/07/2016 19:25, Vincent Legoll wrote: > Hello shouldn't we add > po/guix/*.po > po/packages/*.po > in .gitignore ? Why, exactly? Those files contain human-generated translations. Machine-generated files (*.gmo, *.mo) are already .gitignored. Kind regards, T G-R