From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpB5z-0003OU-OC for qemu-devel@nongnu.org; Mon, 04 May 2015 03:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpB5w-0002Gz-Ip for qemu-devel@nongnu.org; Mon, 04 May 2015 03:47:19 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:33938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpB5w-0002Gv-CH for qemu-devel@nongnu.org; Mon, 04 May 2015 03:47:16 -0400 Received: by wgso17 with SMTP id o17so141707582wgs.1 for ; Mon, 04 May 2015 00:47:15 -0700 (PDT) Received: from [192.168.18.148] (nat5.emn.fr. [193.54.76.165]) by mx.google.com with ESMTPSA id em18sm19301322wjd.19.2015.05.04.00.47.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 May 2015 00:47:13 -0700 (PDT) Message-ID: <554723FF.70406@gmail.com> Date: Mon, 04 May 2015 09:47:11 +0200 From: =?UTF-8?B?R3VpbGxhdW1lIExlIExvdcOrdA==?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] .gitignore contains .c and .h ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello. The .gitignore in the master branch contains the following lines : /qapi-types.[ch] /qapi-visit.[ch] /qapi-event.[ch] Why is it so ? Are they generated automatically each time I compile the project ? I am modifying qapi-types.h and qapi-types.c , am I doing wrong ? regards, Guillaume