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

2015-03-25 Thread Michael Tokarev
20.03.2015 19:30, 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 spelling out > each such file, just ignore the entire pattern. Applied to -trivial,

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

2015-03-23 Thread Markus Armbruster
Stefan Weil writes: > Am 20.03.2015 um 17:30 schrieb 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 spelling out >> each such file, just ignore the en

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

2015-03-20 Thread Stefan Weil
Am 20.03.2015 um 17:30 schrieb 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 spelling out each such file, just ignore the entire pattern. Signed-off-by: Eric

[Qemu-devel] [for-2.3 PATCH v2] 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 spelling out each such file, just ignore the entire pattern. Signed-off-by: Eric Blake CC: qemu-triv...@nongnu.org --- v2: