From e07987fd2a0b66e713ce5f9f75d9601131b58dfd Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Tue, 1 Oct 2024 00:26:37 +0300 Subject: [PATCH] init --- .gitignore | 5 ++++- .ignore | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .ignore diff --git a/.gitignore b/.gitignore index 8a7ab828c..25c8bd948 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ *.o .merlin -.vscode \ No newline at end of file +_build +byterun/byterun + +.vscode diff --git a/.ignore b/.ignore new file mode 100644 index 000000000..47b986fcc --- /dev/null +++ b/.ignore @@ -0,0 +1,2 @@ +regression +spec