From df812f3203cfc2d95ad40a1762ea0c0a3b01885e Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Thu, 11 Jun 2020 13:44:10 -0400 Subject: [PATCH] ignore patch files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4cefb3a..4f3c841 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,5 @@ dmypy.json # End of https://www.gitignore.io/api/python -.vscode \ No newline at end of file +*.patch +.vscode