Skip to content

Commit 32a9c34

Browse files
committed
Update .gitignore
1 parent ac8e1cc commit 32a9c34

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

.gitignore

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
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-
1+
tokens.h
2+
3+
# Windows image file caches
4+
Thumbs.db
5+
ehthumbs.db
6+
7+
#Eagle Backup files
8+
*.s#?
9+
*.b#?
10+
*.l#?
11+
*.lck
12+
13+
# Folder config file
14+
Desktop.ini
15+
16+
# Recycle Bin used on file shares
17+
$RECYCLE.BIN/
18+
19+
# Windows Installer files
20+
*.cab
21+
*.msi
22+
*.msm
23+
*.msp
24+
25+
# =========================
26+
# Operating System Files
27+
# =========================
28+
29+
# OSX
30+
# =========================
31+
3032
.DS_Store
3133
.AppleDouble
3234
.LSOverride
3335

3436
# Icon must ends with two \r.
35-
Icon
37+
Icon
38+
3639

3740
# Thumbnails
3841
._*

0 commit comments

Comments
 (0)