0
mirror of https://github.com/oresat/oresat-adcs-hardware.git synced 2025-04-27 06:55:58 +00:00

Put build products (gerbers) in the build directory, and ignore archive and build directories in git.

This commit is contained in:
Andrew Greenberg 2023-11-26 17:20:09 -08:00
parent 25400cde89
commit ac46cc8d2e
2 changed files with 55 additions and 40 deletions

17
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Ignore local archives and build folders
archive
local-archive
build
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
@ -29,12 +34,17 @@ fp-info-cache
*.csv
# ----------------------------------------------------------------------------
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
*.d#?
*.b$?
*.s$?
*.l$?
# Eagle project file
# It contains a serial number and references to the file structure
@ -62,14 +72,19 @@ eagle.epf
*.drl
*.gpi
*.pls
*.ger
*.gpi
*.xln
*.drd
*.drd.*
*.s#*
*.b#*
*.info
*.eps
# file locks introduced since 7.x
*.lck

View File

LOADING design file