[Mesa-dev] [PATCH] ac/debug: move .gitignore for sid_tables.h too
Grazvydas Ignotas
notasas at gmail.com
Wed Jan 11 23:58:59 UTC 2017
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 <notasas at gmail.com>
---
no commit access
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
--
2.7.4
More information about the mesa-dev
mailing list