-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (56 loc) · 969 Bytes
/
.gitignore
File metadata and controls
68 lines (56 loc) · 969 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
63
64
65
66
67
68
# Object files
*.o
# Binaries in root folder
tomenet
tomenet.server
accedit
evilmeta
# Binaries in src folder
src/tomenet
src/tomenet.server
src/accedit
src/evilmeta
# Tolua binary
src/server/tolua
# Preproc binary
src/preproc/preproc
# Data files from a running server
lib/data/*
# Save files from a running server
lib/save/*
# banlist.txt from a running server
lib/config/banlist.txt
# Account file
tomenet.acc
# Generated files
src/client/player.pkg
src/client/spells.pkg
src/client/util.pkg
src/client/w_play.c
src/client/w_spells.c
src/client/w_util.c
src/server/player.pkg
src/server/spells.pkg
src/server/util.pkg
src/server/w_play.c
src/server/w_spells.c
src/server/w_util.c
src/common/w_z_pack.c
# TomeNET updater binaries
src/updater/TomeNET-Updater.32b
src/updater/TomeNET-Updater.64b
# User files and backup files
*.tmp
*.dna
*.xhtml
*.txt
*.opt.bak
*.prf.bak
*.opt
*.prf
*.pre_
*~
!global.opt
!global.prf
# Server stdout log
tomenet-stdout.log