Update gitignore

This commit is contained in:
Ian McInerney 2023-08-05 18:55:48 +01:00
parent 670936096e
commit e1d77aeeda
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,8 +1,8 @@
.downloads-by-cmake .downloads-by-cmake
.gdb_history .gdb_history
boost_root boost_root
/Build /Build*
/build /build*
/cmake-build-* /cmake-build-*
common/fp_lib_table_keywords.cpp common/fp_lib_table_keywords.cpp
common/drc_rules_keywords.cpp common/drc_rules_keywords.cpp
@ -27,6 +27,7 @@ eeschema/schematic_keywords.*
pcbnew/pcb_plot_params_keywords.cpp pcbnew/pcb_plot_params_keywords.cpp
pcbnew/pcb_plot_params_lexer.h pcbnew/pcb_plot_params_lexer.h
Makefile Makefile
CMakeUserPresets.json
CMakeCache.txt CMakeCache.txt
.cache/ .cache/
auto_renamed_to_cpp auto_renamed_to_cpp