-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitattributes
114 lines (98 loc) · 2.87 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# ==============================================================================
# Text Files (EOL Normalization Settings)
# ==============================================================================
## ================
## Polygen Grammars
## ================
*.grm text
## ==========================
## OCaml source/project files
## ==========================
*.annot text
*.ml text
*.ml.template text
*.mli text
*.mll text
*.mly text
*.output text
.depend text
## ================
## Shell scripts
## ================
*.bat text eol=crlf
*.com text eol=crlf
*.sh text eol=lf
## ===================
## Documentation files
## ===================
*.md text
Changes text
Credits text
License text
LICENSE text
README* text
VERSION text
## ================
## Git settings
## ================
.gitattributes text
.gitconfig text
.gitignore text
.gitmodules text
## ================
## Make files
## ================
*.Debug text
*.Release text
Makefile text
makefile text
# ==============================================================================
# Binary Files
# ==============================================================================
# Explicitly declare all files that are binary and shouldn't be modified by Git:
## =========================
## Polygen Compiled Grammars
## =========================
*.grm.o binary
## ================
## Windows Binaries
## ================
*.exe binary
## ================
## OCaml Obj Files
## ================
*.a binary
*.cma binary
*.cmi binary
*.cmo binary
*.cmx binary
*.cmxa binary
*.cmxs binary
*.o binary
# ==============================================================================
# GitHub Linguist
# ==============================================================================
# -- https://github.com/github/linguist
#
# Manually define/override some extension so that GitHub's Linguist library can
# 1) Correctly gather statistics on source files, and
# 2) Use proper syntax highlighting on GitHub's WebUI.
## ============================
## Polygen Grammars (sources)
## ============================
*.grm linguist-language=EBNF