From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Should *.fr.texi be committed in git? Date: Sun, 26 Aug 2018 06:59:53 -0400 Message-ID: <87va7xqtp2.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftsmB-0000vX-9K for guix-devel@gnu.org; Sun, 26 Aug 2018 07:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftslz-0004zT-De for guix-devel@gnu.org; Sun, 26 Aug 2018 07:00:05 -0400 Received: from dustycloud.org ([50.116.34.160]:52490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ftslw-0004jT-1O for guix-devel@gnu.org; Sun, 26 Aug 2018 06:59:57 -0400 Received: from jasmine (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 9CF97265FE for ; Sun, 26 Aug 2018 06:59:54 -0400 (EDT) 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: guix-devel@gnu.org I frequently find that my git repo says: Unstaged changes (2) modified doc/contributing.fr.texi modified doc/guix.fr.texi And then I need to revert them before doing a pull. These files are autogenerated from translations, right? Shouldn't they be gitignore'd and not committed to git at all?