[libvirt] [PATCH] maint: Add test output files to .gitignore

Commit 8f00276c8a6140cec6a6d50441c802981d329c0c consolidated other .gitignore files to the master one, but forgot to add some test output files. --- Detected by git status on a cleaned repo with make check done: # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # tests/commandtest # tests/virtimetest .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3e85e4d..b7561dc 100644 --- a/.gitignore +++ b/.gitignore @@ -111,6 +111,7 @@ /tests/*.pid /tests/*xml2*test /tests/commandhelper +/tests/commandtest /tests/conftest /tests/cputest /tests/domainsnapshotxml2xmltest @@ -142,6 +143,7 @@ /tests/virhashtest /tests/virnet*test /tests/virshtest +/tests/virtimetest /tests/vmx2xmltest /tests/xencapstest /tests/xmconfigtest -- 1.7.3.4

On 02/06/2012 10:30 AM, Peter Krempa wrote:
Commit 8f00276c8a6140cec6a6d50441c802981d329c0c consolidated other .gitignore files to the master one, but forgot to add some test output files. --- Detected by git status on a cleaned repo with make check done: # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # tests/commandtest # tests/virtimetest
.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
ACK. Looks like I need to trim my ~/.git/info/exclude. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

On 02/06/2012 06:34 PM, Eric Blake wrote:
On 02/06/2012 10:30 AM, Peter Krempa wrote:
Commit 8f00276c8a6140cec6a6d50441c802981d329c0c consolidated other .gitignore files to the master one, but forgot to add some test output files. --- Detected by git status on a cleaned repo with make check done: # On branch master # Untracked files: # (use "git add<file>..." to include in what will be committed) # # tests/commandtest # tests/virtimetest
.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
ACK. Looks like I need to trim my ~/.git/info/exclude.
Thanks; pushed. Peter
participants (2)
-
Eric Blake
-
Peter Krempa