summaryrefslogtreecommitdiff
path: root/lib/ultralib/.gitignore
blob: 1193e995d253760765180b840ee1a905395d5f9e (plain)
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
# Cache files
__pycache__/
.pyc
.DS_Store

# Text editor remnants
.vscode/
.vs/
.idea/
CMakeLists.txt
cmake-build-debug
venv/
.venv

# Project-specific ignores
base_*/
build/
expected/
notes/
tools/gcc
tools/ido
*.elf
*.o
*.a

# Tool artifacts
ctx.c

libultra_collection/