Skip to content

Commit e4a1f74

Browse files
committedOct 22, 2019
[Release] Demo 11
1 parent 9a9d8ad commit e4a1f74

File tree

91 files changed

+2969
-1957
lines changed

Some content is hidden

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

91 files changed

+2969
-1957
lines changed
 

‎.gitattributes

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.gitattributes text eol=lf
2+
.gitignore text eol=lf
3+
LICENSE text eol=lf
4+
*.md text eol=lf
5+
6+
Makefile text eol=lf
7+
Makefile.common text eol=lf
8+
Makefile.commondc text eol=lf
9+
Makefile.commonweb text eol=lf
10+
Makefile.dc text eol=lf
11+
Makefile.web text eol=lf
12+
13+
*.c text eol=lf
14+
*.h text eol=lf
15+
*.cpp text eol=lf
16+
*.asm text eol=lf
17+
*.I text eol=lf
18+
19+
*.txt text eol=lf
20+
*.cfg text eol=lf
21+
22+
*.bat text eol=lf
23+
*.sh text eol=lf
24+
25+
*.sln text eol=lf
26+
*.vcxproj text eol=lf
27+
*.vcxproj.filters text eol=lf
28+
29+
*.html text eol=lf

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ windows/Debug/*
5151
*.sdf
5252
*.suo
5353
*.tlog
54-
*.user
5554
*.db
5655
*.opendb
5756
*.ilk

0 commit comments

Comments
 (0)
Please sign in to comment.