Update gitignore
This commit is contained in:
parent
670936096e
commit
e1d77aeeda
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue