-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (20 loc) · 602 Bytes
/
.gitattributes
File metadata and controls
23 lines (20 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# let git show off diff hunk headers, help git diff -L:
# https://git-scm.com/docs/gitattributes
*.cpp diff=cpp
configure diff=nodiff
# omit from git archive
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
# for linguist; let github identify our project as C++
/config/* linguist-vendored
/m4/* linguist-vendored
*.md linguist-documentation
/doc/* linguist-documentation
*.html linguist-documentation
*.css linguist-vendored
*.js linguist-vendored
*.xml linguist-vendored
*.in linguist-vendored diff=nodiff
*.m4 linguist-vendored diff=nodiff
*.scan linguist-vendored