Message ID | 1496859387-21247-1-git-send-email-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07.06.2017 20:16, Thomas Huth wrote: > asm-offsets.h and asm-offsets.s are generated files, they should > always be ignored by git. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- > lib/s390x/.gitignore | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 lib/s390x/.gitignore > > diff --git a/lib/s390x/.gitignore b/lib/s390x/.gitignore > new file mode 100644 > index 0000000..84872bf > --- /dev/null > +++ b/lib/s390x/.gitignore > @@ -0,0 +1 @@ > +asm-offsets.[hs] > Reviewed-by: David Hildenbrand <david@redhat.com>
On 07/06/2017 20:16, Thomas Huth wrote: > asm-offsets.h and asm-offsets.s are generated files, they should > always be ignored by git. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- > lib/s390x/.gitignore | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 lib/s390x/.gitignore > > diff --git a/lib/s390x/.gitignore b/lib/s390x/.gitignore > new file mode 100644 > index 0000000..84872bf > --- /dev/null > +++ b/lib/s390x/.gitignore > @@ -0,0 +1 @@ > +asm-offsets.[hs] > Applied, thanks. Paolo
diff --git a/lib/s390x/.gitignore b/lib/s390x/.gitignore new file mode 100644 index 0000000..84872bf --- /dev/null +++ b/lib/s390x/.gitignore @@ -0,0 +1 @@ +asm-offsets.[hs]
asm-offsets.h and asm-offsets.s are generated files, they should always be ignored by git. Signed-off-by: Thomas Huth <thuth@redhat.com> --- lib/s390x/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/s390x/.gitignore