-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (26 loc) · 893 Bytes
/
.gitattributes
File metadata and controls
30 lines (26 loc) · 893 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
# === Ignore all legacy and build folders ===
Old\ codes/** linguist-generated
DerbotCodeWeUsedInComp/build/** linguist-generated
DerbotCodeWeUsedInComp/*.X/** linguist-generated
FINALFINALDERBOT/build/** linguist-generated
FINAL_DERBOT.X/** linguist-generated
# === Ignore MPLAB/IDE build artifacts ===
*.elf linguist-generated
*.o linguist-generated
*.a linguist-generated
*.hex linguist-generated
*.cof linguist-generated
*.map linguist-generated
*.sdb linguist-generated
*.d linguist-generated
*.lst linguist-generated
# === Optional: exclude old zips/docs/backups ===
*.zip linguist-generated
*.txt linguist-documentation
*.pdf linguist-documentation
# === Ignore SWIG-related interface files if present ===
*.i linguist-generated
*.swg linguist-generated
*.swig linguist-generated
# === Optional: force all other code to be treated as C (if needed) ===
* linguist-language=C