summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a807d2a545951104450e0f98994c4a3147859149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.o
.sconsign.dblite
client/aotenjou
server/aotenjoud
*.test
*.passed

*.suo
*.depend
*.layout
*.cbp
*.save
*.cbTemp
*.workspace

doc/client/
doc/server/

client/bin/*
client/obj/*
server/bin/*
server/obj/*