-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitattributes
25 lines (25 loc) · 884 Bytes
/
.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
# use https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
# to exclude generated and docs from being included in language stats
# exclude obsolete code
src/obsolete/* linguist-documentation
# exclude some documentation
website/html_root/** linguist-documentation
website/reference/** linguist-documentation
# exclude generated HTML on gh-pages
*.html linguist-generated
popdata/** linguist-generated
docs/** linguist-generated
_static/** linguist-generated
# also exclude certain files from the zip archive
# FIXME: for directories, need two patterns, one for the contents, one
# for the directory itself
.gitattributes export-ignore
/.github export-ignore
/.github/** export-ignore
/website export-ignore
/website/** export-ignore
# not part of the software
/data export-ignore
/data/** export-ignore
/src/obsolete export-ignore
/src/obsolete/** export-ignore