All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amdgpu: Kill off stale dal directories
@ 2016-04-30  3:18 Edward O'Callaghan
  2016-04-30  7:44 ` Michel Dänzer
  0 siblings, 1 reply; 4+ messages in thread
From: Edward O'Callaghan @ 2016-04-30  3:18 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
---
 drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore | 4 ----
 drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore   | 4 ----
 2 files changed, 8 deletions(-)
 delete mode 100644 drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
 delete mode 100644 drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore

diff --git a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore b/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
deleted file mode 100644
index 4d12de1..0000000
--- a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-x64
-Debug
-*.user
-*.sdf
\ No newline at end of file
diff --git a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore b/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
deleted file mode 100644
index 7b285df..0000000
--- a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-bin
-obj
-*.user
-*.sdf
\ No newline at end of file
-- 
2.5.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] amdgpu: Kill off stale dal directories
  2016-04-30  3:18 [PATCH] amdgpu: Kill off stale dal directories Edward O'Callaghan
@ 2016-04-30  7:44 ` Michel Dänzer
  2016-04-30  8:50   ` Michel Dänzer
  0 siblings, 1 reply; 4+ messages in thread
From: Michel Dänzer @ 2016-04-30  7:44 UTC (permalink / raw)
  To: Edward O'Callaghan; +Cc: dri-devel

On 30.04.2016 12:18, Edward O'Callaghan wrote:
> Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
> ---
>  drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore | 4 ----
>  drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore   | 4 ----
>  2 files changed, 8 deletions(-)
>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
> 
> diff --git a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore b/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
> deleted file mode 100644
> index 4d12de1..0000000
> --- a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -x64
> -Debug
> -*.user
> -*.sdf
> \ No newline at end of file
> diff --git a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore b/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
> deleted file mode 100644
> index 7b285df..0000000
> --- a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -bin
> -obj
> -*.user
> -*.sdf
> \ No newline at end of file
> 

You could add a single new .gitignore file, e.g.
drivers/gpu/drm/amd/dal/.gitignore .


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] amdgpu: Kill off stale dal directories
  2016-04-30  7:44 ` Michel Dänzer
@ 2016-04-30  8:50   ` Michel Dänzer
  2016-04-30  8:58     ` Michel Dänzer
  0 siblings, 1 reply; 4+ messages in thread
From: Michel Dänzer @ 2016-04-30  8:50 UTC (permalink / raw)
  To: Edward O'Callaghan; +Cc: dri-devel

On 30.04.2016 16:44, Michel Dänzer wrote:
> On 30.04.2016 12:18, Edward O'Callaghan wrote:
>> Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
>> ---
>>  drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore | 4 ----
>>  drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore   | 4 ----
>>  2 files changed, 8 deletions(-)
>>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>>
>> diff --git a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore b/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>> deleted file mode 100644
>> index 4d12de1..0000000
>> --- a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>> +++ /dev/null
>> @@ -1,4 +0,0 @@
>> -x64
>> -Debug
>> -*.user
>> -*.sdf
>> \ No newline at end of file
>> diff --git a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore b/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>> deleted file mode 100644
>> index 7b285df..0000000
>> --- a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>> +++ /dev/null
>> @@ -1,4 +0,0 @@
>> -bin
>> -obj
>> -*.user
>> -*.sdf
>> \ No newline at end of file
>>
> 
> You could add a single new .gitignore file, e.g.
> drivers/gpu/drm/amd/dal/.gitignore .

Never mind, I read the patch backwards. In my defence, I think the
shortlog is slightly confusing, how about "amdgpu: Remove stale
.gitignore files" instead?


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] amdgpu: Kill off stale dal directories
  2016-04-30  8:50   ` Michel Dänzer
@ 2016-04-30  8:58     ` Michel Dänzer
  0 siblings, 0 replies; 4+ messages in thread
From: Michel Dänzer @ 2016-04-30  8:58 UTC (permalink / raw)
  To: Edward O'Callaghan; +Cc: dri-devel

On 30.04.2016 17:50, Michel Dänzer wrote:
> On 30.04.2016 16:44, Michel Dänzer wrote:
>> On 30.04.2016 12:18, Edward O'Callaghan wrote:
>>> Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
>>> ---
>>>  drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore | 4 ----
>>>  drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore   | 4 ----
>>>  2 files changed, 8 deletions(-)
>>>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>>>  delete mode 100644 drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>>>
>>> diff --git a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore b/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>>> deleted file mode 100644
>>> index 4d12de1..0000000
>>> --- a/drivers/gpu/drm/amd/dal/utils/bw_calc_test_harness/.gitignore
>>> +++ /dev/null
>>> @@ -1,4 +0,0 @@
>>> -x64
>>> -Debug
>>> -*.user
>>> -*.sdf
>>> \ No newline at end of file
>>> diff --git a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore b/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>>> deleted file mode 100644
>>> index 7b285df..0000000
>>> --- a/drivers/gpu/drm/amd/dal/utils/vba_to_c_converter/.gitignore
>>> +++ /dev/null
>>> @@ -1,4 +0,0 @@
>>> -bin
>>> -obj
>>> -*.user
>>> -*.sdf
>>> \ No newline at end of file
>>>
>>
>> You could add a single new .gitignore file, e.g.
>> drivers/gpu/drm/amd/dal/.gitignore .
> 
> Never mind, I read the patch backwards. In my defence, I think the
> shortlog is slightly confusing, how about "amdgpu: Remove stale
> .gitignore files" instead?

No, it's fine as is, since the patch presumably removes the now empty
directories containing those files as well.

Sorry for the noise,

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-30  8:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30  3:18 [PATCH] amdgpu: Kill off stale dal directories Edward O'Callaghan
2016-04-30  7:44 ` Michel Dänzer
2016-04-30  8:50   ` Michel Dänzer
2016-04-30  8:58     ` Michel Dänzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.