Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavidebor committed Oct 2, 2017
1 parent eb44970 commit b6665ec
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 14 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.SchDoc binary
*.PcbDoc binary
*.Harness binary
*.PCBDwf binary
*.Outhob binary
*.cam binary
*.DXPPrf binary
*.DsnWrk binary
*.PcbLib binary
*.SchLib binary
*.BomDoc text eol=crlf
*.OutJob text eol=crlf
33 changes: 19 additions & 14 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
History/

# Various Altium files
*.PrjPCBStructure

#Previews should remain locals
*.SchDocPreview
*.PcbDocPreview
__Previewss

#Useless extensions
__Previews
*.PrjPcbStructure
*.Dat
*.REP
*.TLT
*.LOG
*.log
*.htm
*.$$$
*.log

# Default useless output folders
Project\ Outputs/
Project\ Logs/
#useless dirs
Project\ Outputs
Project\ Logs
Project Outputs for*

#History
History

#Exports, but not manual ones
exports/*
!exports/manual

# Ignore exports
exports/
!exports/README.md
#Python stuff
scripts/__pycache__/
*.bak
*.dwl
*.dwl2
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "scripts/altiumscriptcentral"]
path = scripts/altiumscriptcentral
url = [email protected]:mbedded-ninja/AltiumScriptCentral.git
[submodule "scripts/altium-designer-addons"]
path = scripts/altium-designer-addons
url = [email protected]:Altium-Designer-addons/scripts-libraries.git
[submodule "presskit"]
path = presskit
url = [email protected]:fermiumlabs/presskit.git
[submodule "libraries"]
path = libraries
url = [email protected]:ddavidebor/altium-libraries.git

0 comments on commit b6665ec

Please sign in to comment.