[libvirt] [PATCH] gitignore: Ignore 'tags'
--- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 98ce398..79a055b 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ results.log stamp-h stamp-h.in stamp-h1 +tags !/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4 -- 1.7.8.6
On 10/31/2012 09:48 AM, Michal Privoznik wrote:
--- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 98ce398..79a055b 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ results.log stamp-h stamp-h.in stamp-h1 +tags
ACK.
!/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4
-- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
On 31.10.2012 17:01, Eric Blake wrote:
On 10/31/2012 09:48 AM, Michal Privoznik wrote:
--- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 98ce398..79a055b 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ results.log stamp-h stamp-h.in stamp-h1 +tags
ACK.
!/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4
Thanks, pushed. Michal
On 10/31/2012 04:48 PM, Michal Privoznik wrote:
--- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 98ce398..79a055b 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ results.log stamp-h stamp-h.in stamp-h1 +tags !/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4
ACK, Martin
participants (3)
-
Eric Blake -
Martin Kletzander -
Michal Privoznik