From 0edecdceb37d7b76c1afdfd19e43e4645e103a32 Mon Sep 17 00:00:00 2001 From: th4s Date: Wed, 18 Jan 2023 12:43:13 +0100 Subject: [PATCH] Adapt .gitignore to exclude neovim settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0887ba5c8..166b6af67 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,7 @@ Cargo.lock # macOS puts these everywhere .DS_Store +# neovim project specific settings +.nvimrc + tlsn-mpc-circuits/compiled/*