From ebd3268538ef245629316c7f2c2bfd2e34efe531 Mon Sep 17 00:00:00 2001 From: Reed Evans <60408836+reed-evans@users.noreply.github.com> Date: Thu, 15 May 2025 05:38:38 +0000 Subject: [PATCH] Removed duplicate patterns from gitignore (#153515) Removed duplicate patterns from gitignore. These patterns are duplicated verbatim on lines 148-169. Pull Request resolved: https://github.com/pytorch/pytorch/pull/153515 Approved by: https://github.com/soulitzer --- .gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitignore b/.gitignore index e47abdd80cbe..7d19e9bdf7bc 100644 --- a/.gitignore +++ b/.gitignore @@ -212,15 +212,6 @@ docs/source/scripts/lr_scheduler_images/ # Compiled MATLAB *.mex* -# IPython notebook checkpoints -.ipynb_checkpoints - -# Editor temporaries -*.swn -*.swo -*.swp -*~ - # NFS handle files **/.nfs*