kicad/.gitignore

139 lines
2.5 KiB
Plaintext
Raw Normal View History

.downloads-by-cmake
.gdb_history
boost_root
2023-08-05 17:55:48 +00:00
/Build*
/build*
2022-12-10 21:59:59 +00:00
/cmake-build-*
common/fp_lib_table_keywords.cpp
common/drc_rules_keywords.cpp
common/drc_rules_lexer.h
common/netlist_keywords.*
common/netlist_lexer.h
common/pcb_plot_params_lexer.h
2021-02-22 23:47:17 +00:00
common/drawing_sheet/drawing_sheet_reader_keywords.cpp
common/lib_table_keywords.*
common/gal/opengl/shader_src.h
include/fp_lib_table_lexer.h
include/lib_table_lexer.h
include/netlist_lexer.h
include/page_layout_reader_lexer.h
eeschema/dialogs/dialog_bom_cfg_keywords.cpp
eeschema/dialogs/dialog_bom_cfg_lexer.h
common/template_fieldnames_keywords.cpp
common/template_fieldnames_lexer.h
eeschema/schematic_keywords.*
pcbnew/pcb_plot_params_keywords.cpp
pcbnew/pcb_plot_params_lexer.h
Makefile
2023-08-05 17:55:48 +00:00
CMakeUserPresets.json
CMakeCache.txt
2022-04-07 14:27:10 +00:00
.cache/
auto_renamed_to_cpp
Testing
config.h
install_manifest.txt
2022-07-08 04:58:23 +00:00
doxygen/out
*.bak
*.pyc
common/pcb_plot_params_keywords.cpp
include/pcb_plot_params_lexer.h
pcbnew/specctra_import_export/specctra_keywords.cpp
pcbnew/specctra_import_export/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/tmp
common/pcb_keywords.cpp
include/pcb_lexer.h
fp-info-cache
2023-08-02 22:28:17 +00:00
qa/tests/output/**
# demo project auxiliary files
demos/**/*-bak
demos/**/_autosave-*
demos/**/fp-info-cache
2017-01-23 14:07:57 +00:00
# MacOS package info created by CMake
bitmap2component/Info.plist
cvpcb/Info.plist
eeschema/Info.plist
gerbview/Info.plist
kicad/Info.plist
pagelayout_editor/Info.plist
pcb_calculator/Info.plist
pcbnew/Info.plist
2017-01-23 14:07:57 +00:00
# editor/OS fluff
.*.swp
*~
2018-03-23 12:44:58 +00:00
.idea
2017-01-23 14:07:57 +00:00
.DS_Store
*.png
*.kiface
*.o
*.o.*
*.a
*.a.*
*.orig
*.rej
*.so
*.old
*.gch
*.orig
*.patch
# These CMake files are wanted
!cmake/**/*.cmake
2019-05-01 19:48:24 +00:00
# Eclipse IDE
.settings/
2019-05-01 19:48:24 +00:00
.project
.cproject
.pydevproject
__pycache__
2019-12-23 13:32:48 +00:00
# Visual Studio
.vs/
.editorconfig
2020-02-10 21:45:25 +00:00
CMakeSettings.json
2022-04-07 14:27:10 +00:00
.vscode/
compile_commands.json
/vcpkg_installed
CMakePresets.json
2020-02-10 21:45:25 +00:00
# Sublime Text
*.sublime-*
2020-06-08 21:35:40 +00:00
# KDevelop
.kdev4/
*.kdev4
Horizontal/vertical zoom for Simulator plots ADDED: Horizontal/vertical zoom for simulator plots, via mouse wheel, toolbar buttons, menu commands, and hotkeys. ADDED: Simulator preferences panel, populated with mouse wheel and trackpad settings that control pan and zoom of simulator plots. ADDED: Zoom In/Out Horizontally/Vertically commands that can be bound to hotkeys. CHANGED: Simulator plot scroll wheel gestures are no longer hard-coded and can now be configured via the new Simulator preferences panel. Fixes https://gitlab.com/kicad/code/kicad/-/issues/16597 Other unreported bugs that were fixed: - Fixed wierd, jumpy simulator plot view limiting behavior. - Fixed Zoom In Center and Zoom Out Center commands not preserving the simulator plot center point. - Fixed simulator plot nudging when exported as PNGs. - Fixed rectangular selection zoom being able to exceed simulator plot view limits. Notes: - Provided new SIM_PREFERENCES struct to be used for future simulator preferences set via the simulator preferences dialog. - Bundled pre-existing EESCHEMA_SETTINGS::SIMULATOR settings into EESCHEMA_SETTINGS::SIMULATOR::VIEW. - Replaced mpWindow::EnableMouseWheelPan with more general SetMouseWheelActions. - Refactored and tidied up wxMathPlot's mpWindow code involved with fitting, zooming, and panning. - Consolidated long lists of duplicated member variable initializers to a new mpWindow private delegated constructor. - Provided provisional Zoom In/Out Horizontally/Vertically toolbar icons that need improvement by a graphics designer. - Provided gitignore entries for the Qt Creator IDE
2024-01-23 01:02:50 +00:00
# Qt Creator
CMakeLists.txt.user
*.autosave
# Translations
*.mo
2016-08-02 16:40:36 +00:00
i18n_status.svg
i18n_status.csv
2021-02-28 00:18:56 +00:00
# Project local settings files and backups (in demos and qa tests)
*.kicad_prl
2021-02-28 00:18:56 +00:00
*-backups
2022-08-03 23:37:30 +00:00
# QA dataoutput
qa/data/**/*.csv
# Don't actually ignore any of these files, since we need them in the tree
!resources/linux/icons/hicolor/**/**/*
2022-01-22 18:22:58 +00:00
!resources/linux/icons-nightly/hicolor/**/**/*
!CMakeModules/**/*
2022-09-27 13:30:39 +00:00
!resources/bitmaps_png/png/**/*
2021-03-11 22:19:39 +00:00
# Junk temp files generated by MSVC for resource files
/resources/msw/RC*