projects
/
empserver
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
client: Unbreak standalone build
[empserver]
/
.gitignore
1
# Generated files, keep in sync with Make.mk
2
# $(clean)
3
*.[ado]
4
/src/util/empsched
5
/src/util/fairland
6
/src/util/files
7
/src/util/pconfig
8
/src/client/empire
9
/src/server/emp_server
10
/info/Combat.t
11
/info/Commerce.t
12
/info/Commodities.t
13
/info/Communication.t
14
/info/Deity.t
15
/info/Detection.t
16
/info/Diplomacy.t
17
/info/Distribution.t
18
/info/Introduction.t
19
/info/LandUnits.t
20
/info/Loans.t
21
/info/Maps.t
22
/info/Nations.t
23
/info/Nukes.t
24
/info/Obsolete.t
25
/info/Occupation.t
26
/info/Planes.t
27
/info/Playing.t
28
/info/Populace.t
29
/info/Producing.t
30
/info/Sectors.t
31
/info/Server.t
32
/info/Ships.t
33
/info/Transportation.t
34
/info/Updates.t
35
/info/TOP.t
36
/info/stamp-subj
37
# $(distclean)
38
/config.h
39
/config.log
40
/config.status
41
/info.html
42
/info.nr
43
/lib
44
/stamp-h
45
/GNUmakefile
46
/src/client/Makefile
47
/src/client/ipglob.c
48
/src/lib/global/path.c
49
/autom4te.cache
50
/sandbox
51
/src/client/autom4te.cache
52
# $(src_distgen)
53
/aclocal.m4
54
/config.h.in
55
/configure
56
/stamp-h.in
57
/sources.mk
58
59
# Generic junk
60
*.orig
61
*.rej
62
*~
63
64
# Visual Studio Directories for building
65
/.vs
66
/Empire