aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: da898a024cf10e7fcda750b938adaa3253db3d41 (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
# Build artifacts
build/
build-container/
build-container-2404/
build-container-2404-gcc14/

# Rust build artifacts
target/

# Flatpak build cache and artifacts
.flatpak-builder/
.flatpak-build/
flatpak-repo/
flatpak/builddir/
*.flatpak

# Logs
*.log

# IDE / editor
.vscode/
.idea/
compile_commands.json
.cache/

# OS junk
.DS_Store
Thumbs.db