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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavidebor committed May 5, 2017
1 parent 00ca4db commit eb44970
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .gitignore
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
19 changes: 17 additions & 2 deletions README.md
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.
3 changes: 3 additions & 0 deletions boards/board1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Board 1

This board does xxx
3 changes: 3 additions & 0 deletions boards/board2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Board 2

This board does xxx
3 changes: 3 additions & 0 deletions boards/board3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Board 3

This board does xxx
5 changes: 5 additions & 0 deletions libraries/README.md
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)

0 comments on commit eb44970

Please sign in to comment.