From 41c1305edc6ad0f70254927853214142da696bc3 Mon Sep 17 00:00:00 2001 From: tolst0v Date: Mon, 3 Mar 2025 17:29:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20?= =?UTF-8?q?=D1=81=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B5=D0=B9=20.config.=20=D0=94=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=D0=B4=D0=BD=D1=8F=D1=8F=20=D1=81=D0=BE=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D0=B0=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B2=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B5=20.version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- repka_configs/{.config.old => .config} | 0 repka_configs/.version | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename repka_configs/{.config.old => .config} (100%) create mode 100644 repka_configs/.version diff --git a/.gitignore b/.gitignore index 29d638ffa..637b35786 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,7 @@ modules.order !.kunitconfig !.mailmap !.rustfmt.toml -!/repka_configs/.config.old +!/repka_configs/* # # Generated include files diff --git a/repka_configs/.config.old b/repka_configs/.config similarity index 100% rename from repka_configs/.config.old rename to repka_configs/.config diff --git a/repka_configs/.version b/repka_configs/.version new file mode 100644 index 000000000..d8263ee98 --- /dev/null +++ b/repka_configs/.version @@ -0,0 +1 @@ +2 \ No newline at end of file