Skip to content

Commit b6d5aa8

Browse files
author
Pavel Kovalenko
committed
Fix gitignore files.
1 parent 680b83a commit b6d5aa8

File tree

2 files changed

+21
-36
lines changed

2 files changed

+21
-36
lines changed

.gitignore

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

src/.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# exclude binaries and temporary files
2+
binaries/
3+
binaries_plugs/
4+
intermediate/
5+
intermediate_plugs/
6+
libraries/
7+
ipch/
8+
9+
# User-specific files
10+
*.suo
11+
*.sdf
12+
*.opensdf
13+
*.user
14+
15+
# Visual Studio profiler
16+
*.psess
17+
*.vsp
18+
*.vspx

0 commit comments

Comments
 (0)