From 1befb053d0c2153a75fb1ceede7df03c1efd3973 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 17 Jan 2022 15:44:16 +0100 Subject: [PATCH] update(gitignore): drop 2 useless lines from gitignore that are now installed in the build folder. Signed-off-by: Federico Di Pierro --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 487814df..82d1ec7b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,8 @@ test/.phoronix-test-suite test/results*.json.* test/build -userspace/engine/lua/lyaml -userspace/engine/lua/lyaml.lua - .vscode/* .luacheckcache -*.idea* \ No newline at end of file +*.idea*