From 395f90e95e5bf345373c393b2a24e6c1ff7be4a8 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 9 Dec 2023 12:06:30 +0100 Subject: [PATCH] move to single gitignore --- .gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 98b40c2..471cb4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ -Jonas -Daniel -README.md.temp +# ignore all without extension +* +!*.* +!*/ +*.txt +*.o +*.class +*.vimspector.json +*.clangd +*.old +