-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
83 lines (78 loc) · 957 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
79
80
81
82
83
# Binary:
**/*.a
**/*.o
**/*.obj
**/*.dll
**/*.so
**/*.os
**/*.elf
**/*.elf32
**/*.elf64
**/*.exe
**/*.out
**/*.svg
# Game:
!data/**/*
**/test.hpw_replay
**/*.hpw_replay
build/bin/
build/bin/*
**/lib
build/data.zip
build/editor
build/*.txt
build/plugin
build/HPW
build/screenshots
build/config/
build/info/
build/resource
build/replays
# Code:
.vscode/settings.json
HPW.code-workspace
build/cmd-test-helper.txt
build/cmd-test.txt
build/test.yml
src/game/util/version.cpp
# Other:
!.tmp/.gitkeep
stats.csv
ignore me.lnk
delme.*
run.py
**/*.lnk
**/*.bak
**/vgcore.*
**/ignore me
# Temp:
.tmp/*
tmp
imgui.ini
**/cppcheck.txt
**/memleaks.txt
a.txt
b.txt
.sconsign.dblite
pgo/
**/*.~lock.*
**/delme 1.txt
**/delme 2.txt
**/log.txt
**/*.gch
**/err.txt
**/delme
**/delme.txt
**/HPW-test.tar.gz
**/__pycache__
**/perf.data
**/perf.data.old
**/cpplint.txt
**/*.gcda
**/*.gcno
test/yaml test/test.yml
src/.sconsign.dblite
# Videos:
**/*.mkv
**/*.avi
**/*.mp4