-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (30 loc) · 808 Bytes
/
.gitattributes
File metadata and controls
33 lines (30 loc) · 808 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
# let git show off diff hunk headers, help git diff -L:
# https://git-scm.com/docs/gitattributes
*.cpp diff=cpp
configure diff=nodiff
*.in 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++
install-sh linguist-vendored
compile linguist-vendored
/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
*.am linguist-vendored
*.ac linguist-vendored
*.m4 linguist-vendored
*.scan linguist-vendored
*.1 linguist-documentation
depcomp linguist-vendored
configure linguist-vendored
missing linguist-vendored
*.sh