From a0b68cc4376251fef37dd2aa3848a9f0b8e8a2b1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 20 May 2020 21:19:18 -0600 Subject: [PATCH] Ignore new tmp files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7fd983980..c85b9a858 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ build repo source +source.tmp source-new source.tar +source.tar.tmp stage +stage.tmp stage.pkg stage.pkgar stage.sig @@ -11,6 +14,7 @@ stage.tar stage.tar.gz stage.toml sysroot +sysroot.tmp xargo -- GitLab