Skip to content

Commit 08cffdf

Browse files
committed
Repo creation
0 parents  commit 08cffdf

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This is currently a windows-only project. Force CRLF.
2+
* text eol=crlf
3+
4+
# Explicit settings for specific file types.
5+
*.h eol=crlf
6+
*.pdf binary
7+
*.lib binary
8+
*.dll binary
9+
*.exe binary
10+
*.pdb binary
11+
*.bz2 binary

amf/.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This is currently a windows-only project. Force CRLF.
2+
* text eol=crlf
3+
4+
# Explicit settings for specific file types.
5+
*.h eol=crlf
6+
*.cpp eol=crlf
7+
*.inl eol=crlf
8+
*.hlsl eol=crlf
9+
*.rc eol=crlf
10+
*.manifest eol=crlf
11+
*.vcxproj eol=crlf
12+
*.filters eol=crlf
13+
*.props eol=crlf
14+
*.sln eol=crlf
15+
*.bat eol=crlf
16+
*.txt eol=crlf
17+
*.lua eol=crlf
18+
*.md eol=crlf
19+
*.pdf binary
20+
*.ppsx binary
21+
*.ico binary
22+
*.png binary
23+
*.bmp binary
24+
*.dds binary
25+
*.DDS binary
26+
*.sdkmesh binary
27+
*.lib binary
28+
*.dll binary
29+
*.exe binary

0 commit comments

Comments
 (0)