Re: [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files.

2015-03-20 Thread Eric Blake
On 03/20/2015 10:26 AM, Eric Blake wrote: > kvm_stat.{1,pod} started showing up as untracked files in my > directory, and I nearly accidentally merged them into a commit > with my usual habit of 'git add .'. Rather than naming every > such generated doc file, just exclude the pattern. > > Signed-

[Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files.

2015-03-20 Thread Eric Blake
kvm_stat.{1,pod} started showing up as untracked files in my directory, and I nearly accidentally merged them into a commit with my usual habit of 'git add .'. Rather than naming every such generated doc file, just exclude the pattern. Signed-off-by: Eric Blake CC: qemu-triv...@nongnu.org --- .