diff options
| author | Dawsyn Schraiber <[email protected]> | 2025-01-29 23:49:55 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-29 23:49:55 -0500 |
| commit | 199e1b522b1b3d5c5ebaf8c0a3e5959f84c253fd (patch) | |
| tree | d1e45b4b1508fb494a34b93196997150c947616e /.gitignore | |
| parent | 58b4bc754bbb9f5197119cd0c124e49c05acff46 (diff) | |
| download | active-drag-system-199e1b522b1b3d5c5ebaf8c0a3e5959f84c253fd.tar.gz active-drag-system-199e1b522b1b3d5c5ebaf8c0a3e5959f84c253fd.tar.bz2 active-drag-system-199e1b522b1b3d5c5ebaf8c0a3e5959f84c253fd.zip | |
RP2040 PCB: Rev 1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
1 files changed, 32 insertions, 8 deletions
@@ -11,11 +11,35 @@ src/CMakeFiles src/cmake_install.cmake src/Makefile build/* -tests/output.txt -tests/loggerRun -test/output.txt -test/loggerRun -test/adsTest.cpp -docs/150_VirginiaTech_TechnicalReport.pdf -docs/Chen_Presentation_ADS.pdf -docs/TestLaunch2-Critical.txt + +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +~*.lck +\#auto_saved_files# + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv |
