-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
40 lines (31 loc) · 869 Bytes
/
Copy path.gitattributes
File metadata and controls
40 lines (31 loc) · 869 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
34
35
36
37
38
39
40
# .gitattributes
# This file is part of Ritimba
# http://programandala.net/es.programa.ritimba.html
# 2017-09-17: Unfortunately, GitHub does not recognize the BASIC
# language, only a few dialects with their specific filename
# extensions; even worst, the generic .bas, used by many BASIC
# dialects, is taken by Visual Basic! Therefore the override here is
# useless:
# SBASIC sources:
*.bas linguist-language=BASIC
*_bas linguist-generated
*_bas linguist-language=BASIC
*_sbim linguist-language=BASIC
# S*BASIC extensions:
*_code binary
target/ext/* linguist-vendored
# Pictures
*_scr binary
*_bmp binary
*.bmp binary
# Sounds:
*.ub binary
*.ub linguist-vendored
# Fonts:
*_font binary
*_font linguist-vendored
# SMSQmulator:
target/SMSQ* linguist-vendored
target/lib/* linguist-vendored
target/SMSQmulator.ini linguist-vendored=false
# vim: filetype=config