-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (52 loc) · 973 Bytes
/
.gitignore
File metadata and controls
62 lines (52 loc) · 973 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Build outputs / binaries
*.dat
*.lno
*.exe
*.dll
*.pak
*.PAK
*.log
*.zip
*.exe.db
tools/_downloads/
# Quake engine generated files
launch/quake-spasm/history.txt
history.txt
# Quake data / assets
id1/
# Temp / cache
*.tmp
*.bak
*.bak_*
*.swp
*.swo
.DS_Store
Thumbs.db
# Windows reserved device names (created by accidental writes to 'nul')
nul
# IDE / Editor specific
.claude/
# Build artifacts
ci/reaper_mre/
ci/mre/
launch/quake-spasm/reaper_mre/
launch/quake-spasm/mre/
ci/stability-results.json
ci/_smoke_run_dm2.bat
launch/quake-spasm/stdout.txt
# Legacy decompiled source (use src/ for reference only)
reaper/
# Generated files
ddg.html
expanded.html
jars.html
release.html
# Config files
*.cfg
!/reaper/Autoexec.cfg
!/mre/Autoexec.cfg
!/launch/quake-spasm/RPBOT/Autoexec.cfg
!/archive/legacy/clean_slate/launch/quake-spasm/RPBOT/Autoexec.cfg
!/launch/quake-spasm/reaper_mre/config.cfg
# Legacy/archived documentation (superseded by README.md)
Readme.txt