aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 96bb944619e2a2aa7d761614677e64439fdb8744 (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
30
31
32
33
34
35
36
37
# Build artifacts
build/
build-container/
build-container-2404/
build-container-2404-gcc14/

# Rust build artifacts
target/

# AppImage build artifacts
*.AppImage

# Logs
*.log

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

# OS junk
.DS_Store
Thumbs.db

# AppImage extraction/build leftovers
squashfs-root/
build-source/
flatpak-repo/
*.flatpak

# Python bytecode
__pycache__/
*.pyc

# Generated settings files
fomod-plus-settings.ini