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,
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
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
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: