From f0bb6ec31d3e3301fa08f778650173bc8a73a19a Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Thu, 6 Jul 2017 14:28:06 -0700 Subject: [PATCH] Add sysroot to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64dda0f65..22481bbf1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ stage.sig stage.tar stage.tar.gz stage.toml +sysroot xargo -- GitLab