Git Ignore: vscode and ccache

This commit is contained in:
Mike Williams 2022-04-07 10:27:10 -04:00
parent cbc3bfbf08
commit 7d478cc069
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -27,6 +27,7 @@ pcbnew/pcb_plot_params_keywords.cpp
pcbnew/pcb_plot_params_lexer.h pcbnew/pcb_plot_params_lexer.h
Makefile Makefile
CMakeCache.txt CMakeCache.txt
.cache/
auto_renamed_to_cpp auto_renamed_to_cpp
Testing Testing
version.h version.h
@ -100,6 +101,7 @@ __pycache__
.vs/ .vs/
.editorconfig .editorconfig
CMakeSettings.json CMakeSettings.json
.vscode/
# Sublime Text # Sublime Text
*.sublime-* *.sublime-*