-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
.gitignore
118 lines (96 loc) · 1.58 KB
/
.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
*.zip
*.gz
# Executables
*.exe
*.out
*.app
*.dll
# Visaul Studio
*.iobj
*.ipdb
*.idb
*.pdb
*.tlog
*.log
*.ilk
*.user
*.exp
*.vc.db
*.*.manifest
*.cache
*.bsc
# Codeblocks
*.layout
*.depend
# CMake
#[cC][mM]ake[lL]ists.txt
/BuildScript/linux/Build.Linux.Debug
/BuildScript/linux/Build.Linux.Release
/BuildScript/linux/Build.Tools
/_Out/Comm/*
/_Out/redis*
/_Out/Debug/
/_Out/Release/
/_Out/NFDataCfg/Tool/
/Dependencies/vcpkg
/Dependencies/gperftools-2.5
/Dependencies/lib
/Dependencies/boost_1_53_0
/Dependencies/curl-7.37.1
/Dependencies/libevent
/Dependencies/lua
/Dependencies/protobuf
/cmake-build-debug/*
/cmake-build-release/*
/build/*
/.idea/*
/Temp
/NoahFrame.v11.suo
/NoahFrame.opensdf
/*.opendb
/NoahFrame.sdf
/_Out/Debug
/_Out/Release
/_Out/NFDataCfg/client
/_Out/NFDataCfg/Tool/NFFileProcess
/_Out/NFDataCfg/Tool/NFFileProcess.exe
/_Out/Debug/*.ini
/_Out/Release/*.ini
/_Out/Comm/Debug/*.manifest
/_Out/Comm/Debug/*.exp
/_Out/Comm/Debug/*.ilk
/_Out/Comm/Debug/*.bsc
/_Out/Comm/Debug/*.pdb
/_Out/Comm/Debug/*.dll
/_Out/Comm/Release/*.manifest
/_Out/Comm/Release/*.exp
/_Out/Comm/Release/*.ilk
/_Out/Comm/Release/*.bsc
/_Out/Comm/Release/*.pdb
/_Out/Comm/Release/*.dll
NFComm/NFMessageDefine/protoc
NFComm/NFMessageDefine/protoc.exe
/_Out/Server/NFDataCfg/Ini/
/_Out/Server/NFDataCfg/Struct/
/_Out/Server/NFDataCfg/Proto/
/_Out/Server/Release/
/_Out/Server/Debug/*
/Dependencies/curl
/.vs/
/NoahFrame.VC.db
#OSX .DS_Store
.DS_Store
/_Out/NFDataCfg/proto