forked from pyscf/gpu4pyscf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattribute
More file actions
38 lines (34 loc) · 688 Bytes
/
Copy path.gitattribute
File metadata and controls
38 lines (34 loc) · 688 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
# --- Normalize all text files ---
* text=auto
# --- Python files ---
*.py text eol=lf
# --- CUDA and C/C++ source files ---
*.cu text eol=lf
*.cuh text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
# --- Scripts and config files ---
*.sh text eol=lf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.txt text eol=lf
# --- Ignore binary files from normalization ---
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.exe binary
*.dll binary
*.so binary
*.a binary
*.pyc binary
*.pyd binary
*.ptx binary
*.cubin binary