-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (21 loc) · 605 Bytes
/
.gitattributes
File metadata and controls
21 lines (21 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
.cirrus.yml 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
# no export of website-specific content
doc/talk export-ignore