-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (31 loc) · 901 Bytes
/
Copy path.gitattributes
File metadata and controls
34 lines (31 loc) · 901 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
# Normalise line endings so a Windows checkout cannot silently change a trail file or a
# generated Rust constant, which would show up as a spurious diff or a failed freshness test.
* text=auto eol=lf
*.py text eol=lf
*.rs text eol=lf
*.toml text eol=lf
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.js text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.conf text eol=lf
*.service text eol=lf
# Binary: never touch these.
*.pcap binary
*.pcapng binary
*.png binary
*.gif binary
*.ico binary
*.gz binary
*.zip binary
*.xcf binary
# The corpus and the generated vectors are inputs to byte-exact comparisons; a diff of them is
# noise in review.
sensor/tests/corpus/** linguist-generated=true
sensor/tests/vectors/** linguist-generated=true
sensor/src/settings_gen.rs linguist-generated=true