-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
78 lines (78 loc) · 986 Bytes
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
cppcheck.txt
stats.csv
ignore me.lnk
imgui.ini
memleaks.txt
delme.*
run.py
a.txt
b.txt
.vscode/settings.json
.sconsign.dblite
**/table_*.dat
tmp
HPW.code-workspace
pgo/
**/*.~lock.*
**/delme 1.txt
**/delme 2.txt
**/test.hpw_replay
**/*.hpw_replay
**/log.txt
**/*.lnk
**/*.a
**/*.opus
**/*.flac
**/*.ogg
**/*.mp3
**/*.mp4a
**/*.mka
**/*.bak
**/*.svg
**/*.o
**/*.dll
**/*.so
**/*.os
**/*.elf
**/*.elf32
**/*.elf64
**/*.exe
**/*.out
**/*.gch
**/*.mkv
**/err.txt
**/*.avi
**/*.mp4
**/delme
**/delme.txt
**/lib
**/HPW-test.tar.gz
**/vgcore.*
**/__pycache__
**/perf.data
**/perf.data.old
**/ignore me
**/cpplint.txt
**/*.gcda
**/*.gcno
build/config.yml
build/bin/
build/bin/*
build/*.txt
build/editor
build/LICENSE.txt
build/BUILD.txt
build/version info.txt
build/NOTICE.txt
build/plugin
build/cmd-test-helper.txt
build/cmd-test.txt
build/test.yml
build/HPW
build/screenshots
build/config
build/resource
build/replays
test/yaml test/test.yml
src/.sconsign.dblite
src/game/util/version.cpp