From 481c2088dc97bac6b97f7abdc8c2baf0976a11ae Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Wed, 29 Apr 2020 19:11:19 +0930 Subject: [PATCH] Ignore swift generated code TODO: put the generated code somewhere more sensible (e.g. a build folder) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb68930..5d781f8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ build __pycache__ -Pods \ No newline at end of file +Pods +CarControlleriOS/**/car \ No newline at end of file