On 13.01.2017 00:49, Grazvydas Ignotas wrote:
On Thu, Jan 12, 2017 at 12:26 PM, Nicolai Hähnle <nhaeh...@gmail.com> wrote:
On 12.01.2017 00:58, Grazvydas Ignotas wrote:

b838f642 "ac/debug: Move sid_tables.h generation to common code." moved
sid_tables.h but forgot the corresponding .gitignore.

Signed-off-by: Grazvydas Ignotas <nota...@gmail.com>
---
no commit access


Pushed, thanks!

Hmm, somehow I don't see it in master.

I missed a push error due to somebody getting between my pushes, but it should be there as of half an hour ago or so.

Nicolai




 src/amd/common/.gitignore               | 1 +
 src/gallium/drivers/radeonsi/.gitignore | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 src/amd/common/.gitignore
 delete mode 100644 src/gallium/drivers/radeonsi/.gitignore

diff --git a/src/amd/common/.gitignore b/src/amd/common/.gitignore
new file mode 100644
index 0000000..e0ee798
--- /dev/null
+++ b/src/amd/common/.gitignore
@@ -0,0 +1 @@
+sid_tables.h
diff --git a/src/gallium/drivers/radeonsi/.gitignore
b/src/gallium/drivers/radeonsi/.gitignore
deleted file mode 100644
index e0ee798..0000000
--- a/src/gallium/drivers/radeonsi/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-sid_tables.h


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to