-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (60 loc) · 1.04 KB
/
.gitattributes
File metadata and controls
68 lines (60 loc) · 1.04 KB
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
62
63
64
65
66
67
68
* text=auto eol=lf
# Scripts
*.sh text eol=lf diff=bash
# CMake / configs
*.cmake text eol=lf
CMakeLists.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.md text eol=lf
# C/C++
*.c text eol=lf diff=cpp
*.cc text eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.cxx text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.hh text eol=lf diff=cpp
*.hpp text eol=lf diff=cpp
*.hxx text eol=lf diff=cpp
*.inl text eol=lf diff=cpp
*.ipp text eol=lf diff=cpp
# Python
*.py text eol=lf diff=python
# Config / misc text
*.toml text eol=lf
*.txt text eol=lf
*.cfg text eol=lf
*.editorconfig text eol=lf
Dockerfile* text eol=lf
# Archives / binaries
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.zip binary
*.tar binary
*.tar.gz binary
*.tgz binary
*.gz binary
*.bz2 binary
*.xz binary
*.7z binary
*.a binary
*.so binary
*.dylib binary
*.exe binary
*.dll binary
*.o binary
*.obj binary
*.bin binary
*.lib binary
# Lock files
*.lock binary
# FASTQ data files
*.fastq binary
*.fq binary
*.fastq.gz binary
*.fq.gz binary
*.fqc binary