This repository was archived by the owner on Jan 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00ca4db
commit eb44970
Showing
6 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
History/ | ||
|
||
*.PrjPCBStructure | ||
|
||
#Previews should remain locals | ||
*.SchDocPreview | ||
*.PcbDocPreview | ||
__Previewss | ||
|
||
#Useless extensions | ||
*.Dat | ||
*.REP | ||
*.TLT | ||
*.LOG | ||
*.htm | ||
*.$$$ | ||
*.log | ||
|
||
# Default useless output folders | ||
Project\ Outputs/ | ||
Project\ Logs/ | ||
|
||
|
||
# Ignore exports | ||
exports/ | ||
!exports/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# altium-on-git | ||
Boilerplate repository to use Altium Designer on git | ||
# Altium on git | ||
|
||
Boilerplate repository to use Altium Designer on git. | ||
|
||
|
||
# Instruction | ||
|
||
This repository is a well-tested starting point to use Altium Designer in a mixed Unix-Windows environment. | ||
|
||
If you run Altium in a VM, keeping the files on Linux, you need this. | ||
|
||
```shell | ||
git clone [email protected]:fermiumlabs/altium-on-git.git | ||
git submodule update --init --recursive | ||
``` | ||
|
||
When you save a new schematic file, save it in ASCII. This will keep the repository size low. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Board 1 | ||
|
||
This board does xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Board 2 | ||
|
||
This board does xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Board 3 | ||
|
||
This board does xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Libraries | ||
|
||
Place your libraries here. | ||
|
||
You should keep them in submodules. Find how [here](https://git-scm.com/book/en/v2/Git-Tools-Submodules) |