From 0c7995d5fcda3251e2961cda30c32f19916e553a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Mar 2024 04:14:53 +0400 Subject: [PATCH] Ignore files ending with _key. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b67a479..bd7582b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /obj -tetatet \ No newline at end of file +tetatet +*_key \ No newline at end of file