forked from ferrocene/ferrocene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
33 lines (28 loc) · 1.05 KB
/
.gitattributes
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
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
* text=auto eol=lf
*.cpp rust
*.h rust
*.rs rust diff=rust
*.fixed linguist-language=Rust
*.mir linguist-language=Rust
src/etc/installer/gfx/* binary
src/vendor/** -text
Cargo.lock linguist-generated=false
# Older git versions try to fix line endings on images and fonts, this prevents it.
*.png binary
*.ico binary
*.woff binary
*.woff2 binary
#####################################
# #
# Ferrocene-specific attributes #
# #
#####################################
# Files marked with `ferrocene-avoid-pulling-from-upstream` will not be
# imported from upstream. See `ferrocene/tools/pull-upstream/README.md`.
**/.github/** ferrocene-avoid-pulling-from-upstream
/triagebot.toml ferrocene-avoid-pulling-from-upstream
/README.md ferrocene-avoid-pulling-from-upstream
/INSTALL.md ferrocene-avoid-pulling-from-upstream
/CODE_OF_CONDUCT.md ferrocene-avoid-pulling-from-upstream
/CONTRIBUTING.md ferrocene-avoid-pulling-from-upstream