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:
parent
25400cde89
commit
ac46cc8d2e
17
.gitignore
vendored
17
.gitignore
vendored
@ -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
|
||||
|
||||
|
LOADING design file
Loading…
Reference in New Issue
Block a user