-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (25 loc) · 828 Bytes
/
.gitattributes
File metadata and controls
26 lines (25 loc) · 828 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
pyemu/_version.py export-subst
# ignore .rei because recognized as Reason
*.rei linguist-vendored
# ignore .ins, .aux, .tex because recognized as LaTex
*.ins linguist-vendored
*.aux linguist-vendored
*.tex linguist-vendored
# ignore .go because recognized as Go
*.go linguist-vendored
# ignore .tpl because recognized as Smarty
*.tpl linguist-vendored
# ignore .bas because recognized as VBA
*.bas linguist-vendored
# ignore .res because recognized as ReScript
*.res linguist-vendored
# ignore .dsp because recognized as Faust
*.dsp linguist-vendored
# ignore .spc because recognized as PLSQL
*.spc linguist-vendored
# ignore .bat because recognized as Batchfile
*.bat linguist-vendored
# ignore .arr because recognized as Pyret
*.arr linguist-vendored
# ignore .mps because recognized as JetBrains MPS
*.mps linguist-vendored