Skip to content

Commit 81e28a0

Browse files
committed
Fix gitignore
1 parent a3b80d2 commit 81e28a0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
src/packages
1+
# exclude all dot files except .git, appveyor and travis files
2+
.*
3+
!.git*
4+
!.appveyor*
5+
!.travis.yml
6+
7+
# exclude binaries and temporary files
8+
bin/
9+
bin_plugs/
10+
intermediate/
11+
intermediate_plugs/
12+
lib/
13+
*.aps
14+
*.user
15+
*.PVS-Studio.*

src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# exclude binaries and temporary files
22
ipch/
3+
packages/
34

45
# User-specific files
56
*.suo

0 commit comments

Comments
 (0)