-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (29 loc) · 1.07 KB
/
Copy path.gitattributes
File metadata and controls
29 lines (29 loc) · 1.07 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
# export version info from git
version.inc.in export-subst
# no export of git-specific stuff
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
init/.gitignore export-ignore
.readthedocs.yaml export-ignore
codecov.yml export-ignore
script/mb export-ignore
script/mlprof export-ignore
script/mrel export-ignore
script/mpub export-ignore
script/nglfar2ccov export-ignore
script/commit-msg export-ignore
script/pre-commit export-ignore
.codespellrc export-ignore
.hunspell.en.dic export-ignore
# .clusterfuzzlite is intentionally NOT export-ignored: GitHub's archive
# generation (used by e.g. codeload.github.com) honors export-ignore, and
# OSSF Scorecard's Fuzzing check reads .clusterfuzzlite/Dockerfile from
# that same archive, so export-ignoring it hides the fuzzing setup from
# Scorecard entirely
# no export of website-specific content
doc/talk export-ignore
# these Windows batch scripts intentionally use CRLF line endings, do not
# flag the CR as a trailing whitespace error
script/INSTALL.bat whitespace=cr-at-eol
script/UNINSTALL.bat whitespace=cr-at-eol