From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zdenek Kabelac Date: Wed, 19 Mar 2014 08:47:43 +0100 Subject: [PATCH] Remove autogenerated files from tracking In-Reply-To: <1395131648-5296-1-git-send-email-hare@suse.de> References: <1395131648-5296-1-git-send-email-hare@suse.de> Message-ID: <53294B9F.6060209@redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dne 18.3.2014 09:34, Hannes Reinecke napsal(a): > 'aclocal.m4' and 'configure' are generated files, so remove > them from tracking. > Hi Unlike other 'auto-tools' projects - lvm2 project has a bit different strategy here - it should be configurable & compilable right after 'git checkout' without the need of any auto-tools packages installed. So this patch is not going to be applied. You may put those file into local .gitignore file. Zdenek