-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (53 loc) · 1.06 KB
/
Copy path.gitattributes
File metadata and controls
53 lines (53 loc) · 1.06 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
# Auto detect text files and normalize line endings to LF
* text=auto
# C++ Source Files
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
# Build System
Makefile text eol=lf
# Documentation
*.md text eol=lf
*.txt text eol=lf
Doxyfile text eol=lf
# LaTeX Files
*.tex text eol=lf
*.sty text eol=lf
*.cls text eol=lf
*.bib text eol=lf
*.biblatex text eol=lf
*.bbl text eol=lf
latexmkrc text eol=lf
*.fls text eol=lf
# Test & Documentation Files
*.doctest text eol=lf
*.test text eol=lf
*.gtest text eol=lf
# Configuration Files
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.ini text eol=lf
*.conf text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
# License & Project Files
LICENSE text eol=lf
CONTRIBUTING text eol=lf
# Image Files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
# Audio/Video Files
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.avi filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text
# PDF Files
*.pdf binary
# Binary Object/Library Files
*.o binary
*.lib binary