From 3740d114b8afd16c26eced3a6b9baa7d8df5c4f2 Mon Sep 17 00:00:00 2001 From: xiaoyan Date: Thu, 22 Sep 2022 19:59:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AC=AC3=E7=AB=A0=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyOpenGLLearn/.gitignore | 2 ++ MyOpenGLLearn/.idea/compiler.xml | 2 +- MyOpenGLLearn/.idea/gradle.xml | 2 ++ MyOpenGLLearn/.idea/misc.xml | 2 +- .../app/src/main/java/com/navinfo/myopengllearn/Triangle.java | 4 ++-- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/MyOpenGLLearn/.gitignore b/MyOpenGLLearn/.gitignore index aa724b7..3021787 100644 --- a/MyOpenGLLearn/.gitignore +++ b/MyOpenGLLearn/.gitignore @@ -7,9 +7,11 @@ /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml +/.idea/* .DS_Store /build /captures .externalNativeBuild .cxx local.properties +/app/ diff --git a/MyOpenGLLearn/.idea/compiler.xml b/MyOpenGLLearn/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/MyOpenGLLearn/.idea/compiler.xml +++ b/MyOpenGLLearn/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/MyOpenGLLearn/.idea/gradle.xml b/MyOpenGLLearn/.idea/gradle.xml index a9f4e52..7b46144 100644 --- a/MyOpenGLLearn/.idea/gradle.xml +++ b/MyOpenGLLearn/.idea/gradle.xml @@ -1,11 +1,13 @@ +