mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-16 00:29:11 +00:00
Rename FPID to LIB_ID as is now used as a generic library identifier and is no longer specific to footprints. Remove all mention of footprint from the new LIB_ID doxygen comments and code. Rename files fpid.h and fpid.cpp to lib_id.h and lib_id.cpp. Rename fp_lib_table.keywords file to lib_table.keywords and adjust CMake build dependencies accordingly. Update all source files effected by the code and file name changes. Update .gitignore for file name changes.
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
boost_root
|
|
.downloads-by-cmake
|
|
Build*
|
|
build*
|
|
common/netlist_keywords.*
|
|
common/netlist_lexer.h
|
|
common/pcb_plot_params_lexer.h
|
|
common/page_layout/page_layout_reader_keywords.cpp
|
|
common/lib_table_keywords.*
|
|
common/gal/opengl/shader_src.h
|
|
include/lib_table_lexer.h
|
|
include/netlist_lexer.h
|
|
include/page_layout_reader_lexer.h
|
|
eeschema/cmp_library_lexer.h
|
|
eeschema/cmp_library_keywords.*
|
|
eeschema/dialogs/dialog_bom_cfg_keywords.cpp
|
|
eeschema/dialogs/dialog_bom_cfg_lexer.h
|
|
eeschema/dialogs/dialog_bom_help_html.h
|
|
eeschema/template_fieldnames_keywords.*
|
|
eeschema/template_fieldnames_lexer.h
|
|
pcbnew/dialogs/dialog_freeroute_exchange_help_html.h
|
|
pcbnew/pcb_plot_params_keywords.cpp
|
|
pcbnew/pcb_plot_params_lexer.h
|
|
pcb_calculator/attenuators/bridget_tee_formula.h
|
|
pcb_calculator/attenuators/pi_formula.h
|
|
pcb_calculator/attenuators/splitter_formula.h
|
|
pcb_calculator/attenuators/tee_formula.h
|
|
Makefile
|
|
CMakeCache.txt
|
|
auto_renamed_to_cpp
|
|
Testing
|
|
version.h
|
|
config.h
|
|
install_manifest.txt
|
|
Documentation/doxygen
|
|
Documentation/development/doxygen
|
|
*.bak
|
|
*.pyc
|
|
.*.swp
|
|
*~
|
|
common/pcb_plot_params_keywords.cpp
|
|
include/pcb_plot_params_lexer.h
|
|
pcbnew/specctra_keywords.cpp
|
|
pcbnew/specctra_lexer.h
|
|
pcb_calculator/pcb_calculator_datafile_keywords.cpp
|
|
pcb_calculator/pcb_calculator_datafile_lexer.h
|
|
new/html
|
|
new/sch_lib_table_keywords.cpp
|
|
new/sch_lib_table_lexer.h
|
|
new/sweet_keywords.cpp
|
|
new/sweet_lexer.h
|
|
bitmaps_png/png*
|
|
bitmaps_png/tmp
|
|
common/pcb_keywords.cpp
|
|
include/pcb_lexer.h
|