forked from sofa-framework/sofa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
61 lines (53 loc) · 742 Bytes
/
.gitattributes
File metadata and controls
61 lines (53 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
# CMake / txt
*.txt text
*.cmake text
*.in text
*.md text
*.tex text
*.rst text
*.cfg text
*.ini text
README text
## C/C++/Cuda code
*.c text
*.C text
*.cc text
*.cpp text
*.cu text
*.inl text
*.h text
*.H text
*.hpp text
*.cuh text
*.ui text
## Python
*.py text
## HTML / Javascript
*.html text
*.css text
*.php text
*.js text
*.ts text
*.json text
## Shaders
*.glsl text
*.hlsl text
*.frag text
*.vert text
*.geo text
*.geom text
*.tessctrl text
*.tesseval text
## Scenes
*.scn text
*.xml text
*.view text
## Scripts
*.bat text eol=crlf
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.sh text eol=lf
*.awk text
*.yml text