drm: Branch 'master'

GitLab Mirror <[email protected]> Tue, 17 Dec 2019 22:40:04 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit edafcf18e5b5347c1f5dc5a2d9f87da1a00789b9
Author: Eric Engestrom <[email protected]>
Date:   Tue Dec 17 22:11:55 2019 +0000

    add a minimal .gitignore back
    
    It was entirely deleted along with autotools, but adding this simple one
    will cover most people's needs.
    
    Suggested-by: Lucas De Marchi <[email protected]>
    Signed-off-by: Eric Engestrom <[email protected]>
    Reviewed-by: Lucas De Marchi <[email protected]>

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..0ec9e7f9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/build*


--