Skip to content

Commit 6a9dfd8

Browse files
committed
Initial commit
0 parents  commit 6a9dfd8

File tree

65 files changed

+562927
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+562927
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
#Eagle Backup files
6+
*.s#?
7+
*.b#?
8+
*.l#?
9+
*.lck
10+
11+
# Folder config file
12+
Desktop.ini
13+
14+
# Recycle Bin used on file shares
15+
$RECYCLE.BIN/
16+
17+
# Windows Installer files
18+
*.cab
19+
*.msi
20+
*.msm
21+
*.msp
22+
23+
# =========================
24+
# Operating System Files
25+
# =========================
26+
27+
# OSX
28+
# =========================
29+
30+
.DS_Store
31+
.AppleDouble
32+
.LSOverride
33+
34+
# Icon must ends with two \r.
35+
Icon
36+
37+
# Thumbnails
38+
._*
39+
40+
# Files that might appear on external disk
41+
.Spotlight-V100
42+
.Trashes

Documents/1553B-1.igs

Lines changed: 30932 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)