From 3b1c092f67fbc840409a599f96857ce6028e2ad3 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 3 Sep 2024 01:02:44 -0400 Subject: init firmware --- hw/.gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hw/.gitignore (limited to 'hw') diff --git a/hw/.gitignore b/hw/.gitignore new file mode 100644 index 0000000..95929f0 --- /dev/null +++ b/hw/.gitignore @@ -0,0 +1,35 @@ +*-backups/ +*.lck +fp-info-cache +_autosave-* +*.kicad_prl +*.*-bak +*.bak +*.backups +*.net +*.dsn +*.ses +*.xml +*.csv +*.000 +*.tmp +*-save.pro +*-save.kicad_pcb +\#auto-saved-files\# +\#auto_saved_files\# +sym-lib-table +*.gbr +*.gbrjob +*.drl +*/fab_out/* +!*/fab_out/*.FlatPrj +__pycache__/ +*.pyc +/fab/ +/fab_out/ + +/production/ +/panel/ +panel.* +!panel.nix +/bom/ -- cgit v1.3.1