From 6e60fbfd6b92079c7ead0aa3fe589589c821bfc9 Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Thu, 18 May 2017 12:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SDL2=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=BA=93=E5=88=B0=E6=9C=AC=E5=9C=B0=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a2238d..3cc422f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ bld/ [Bb]in/ [Oo]bj/ +# Local Link Library +SDL2lib/ + # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot @@ -242,4 +245,4 @@ ModelManifest.xml .paket/paket.exe # FAKE - F# Make -.fake/ \ No newline at end of file +.fake/