From 02ae16934422a029b495804c4b8079232f270ca6 Mon Sep 17 00:00:00 2001 From: Less Wright Date: Fri, 24 May 2024 00:09:37 -0700 Subject: [PATCH] update .gitignore to screen out slew of new temp files (#359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After updating today, I found a whole slew of various new temp files clogging up my source tab. This PR screens these out so that they don't accidentally get added in a PR and keeps your source tab change count correct. Example of issue without this PR: Screenshot 2024-05-23 at 9 21 55 PM vs with this PR: Screenshot 2024-05-23 at 10 07 16 PM --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4f9856f4..cf5f06e1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ out wandb torchtitan/datasets/**/*.model + +# temp files +*.log +error.json +_remote_module_non_scriptable.py