From 7d478cc069e2742108555c5681dbad80251fc9d9 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Thu, 7 Apr 2022 10:27:10 -0400 Subject: [PATCH] Git Ignore: vscode and ccache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7a0c2f6897..8b2cc40aee 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ pcbnew/pcb_plot_params_keywords.cpp pcbnew/pcb_plot_params_lexer.h Makefile CMakeCache.txt +.cache/ auto_renamed_to_cpp Testing version.h @@ -100,6 +101,7 @@ __pycache__ .vs/ .editorconfig CMakeSettings.json +.vscode/ # Sublime Text *.sublime-*