From 327fded67824564aecb8bb5370a571086a00c26e Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 13 Mar 2024 15:11:11 -0400 Subject: init --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..faa118e --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*-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/ \ No newline at end of file -- cgit v1.3.1