[libvirt] [PATCH] gitignore: ignore more files

ignore *.patch, cscope.po.out, cscope.in.out, tags Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1cd2d45..018b5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.pyc *.rej *.s +*.patch *~ .deps .gdb_history @@ -181,10 +182,13 @@ /update.log Makefile Makefile.in +tags TAGS coverage cscope.files cscope.out +cscope.in.out +cscope.po.out results.log stamp-h stamp-h.in -- 1.7.1

On 11/01/12 08:55, liguang wrote:
ignore *.patch, cscope.po.out, cscope.in.out, tags
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 1cd2d45..018b5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.pyc *.rej *.s +*.patch
The ordering is wrong here, you need to order this file alphabetically as our build scripts re-order it leaving dirty tree.
*~ .deps .gdb_history @@ -181,10 +182,13 @@ /update.log Makefile Makefile.in +tags
Tags were added yesterday by Michal
TAGS coverage cscope.files cscope.out +cscope.in.out +cscope.po.out
Same here, ordering is wrong.
results.log stamp-h stamp-h.in
Peter

On 01.11.2012 10:07, Peter Krempa wrote:
On 11/01/12 08:55, liguang wrote:
ignore *.patch, cscope.po.out, cscope.in.out, tags
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 1cd2d45..018b5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.pyc *.rej *.s +*.patch
The ordering is wrong here, you need to order this file alphabetically as our build scripts re-order it leaving dirty tree.
*~ .deps .gdb_history @@ -181,10 +182,13 @@ /update.log Makefile Makefile.in +tags
Tags were added yesterday by Michal
TAGS coverage cscope.files cscope.out +cscope.in.out +cscope.po.out
Same here, ordering is wrong.
results.log stamp-h stamp-h.in
Peter
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
Just a hint; yesterday my work flow was like this: - add 'tags' somewhere in .gitignore - ran 'git clean -fxd; ./autogen --system' which rearrange .gitignore - commit changes Michal
participants (3)
-
liguang
-
Michal Privoznik
-
Peter Krempa