diff mbox

amdgpu: Kill off stale dal directories

Message ID 1461986290-27670-1-git-send-email-eocallaghan@alterapraxis.com (mailing list archive)
State New, archived
Headers show

Commit Message

Edward O'Callaghan April 30, 2016, 3:18 a.m. UTC
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

\ No newline at end of file

Comments

Michel Dänzer April 30, 2016, 7:44 a.m. UTC | #1
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 .
Michel Dänzer April 30, 2016, 8:50 a.m. UTC | #2
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?
Michel Dänzer April 30, 2016, 8:58 a.m. UTC | #3
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>
diff mbox

Patch

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