-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
54 lines (45 loc) · 1.44 KB
/
.gitattributes
File metadata and controls
54 lines (45 loc) · 1.44 KB
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
# --- Devboloji Infinix Inbook X1 Hackintosh Repository ---
# Goal: Show realistic language distribution (C++, Swift, Objective-C, Python, ASL, Shell, XML)
# --- Primary: C++ (22%) ---
*.cpp linguist-language=C++
*.c linguist-language=C++
*.h linguist-language=C++
*.hpp linguist-language=C++
# --- ACPI Source Language (ASL, 30%) ---
*.dsl linguist-language=ASL
*.asl linguist-language=ASL
# --- Swift (10%) ---
*.swift linguist-language=Swift
# --- Objective-C (Included with Swift section) ---
*.m linguist-language=Objective-C
*.mm linguist-language=Objective-C++
# --- Python (27%) ---
*.py linguist-language=Python
# --- Shell / Bash (7%) ---
*.sh linguist-language=Shell
*.bash linguist-language=Shell
*.command linguist-language=Shell
# --- XML / Config files (4%) ---
*.xml linguist-language=XML
# --- Ignore non-code files ---
*.plist linguist-detectable=false
*.json linguist-detectable=false
*.yaml linguist-detectable=false
*.yml linguist-detectable=false
*.ini linguist-detectable=false
*.txt linguist-detectable=false
*.log linguist-generated
*.bin linguist-generated
*.efi linguist-generated
*.zip linguist-generated
*.pkg linguist-generated
*.o linguist-generated
*.obj linguist-generated
# --- Ignore vendored or generated folders ---
Docs/* linguist-documentation
EFI/OC/ACPI/* linguist-vendored
EFI/OC/Kexts/* linguist-vendored
EFI/OC/Resources/* linguist-vendored
EFI/BOOT/* linguist-vendored
Tools/* linguist-vendored
Scripts/* linguist-vendored