-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
51 lines (51 loc) · 1.03 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
/.idea/
/nbproject/
*.DS_Store
*.txt.user
/.vscode/
/cmake-build-debug/
*.project
distr/bin/libbroker.dll
distr/lib/libbroker.exp
distr/lib/libupmq.dll
distr/lib/libupmq.exp
distr/lib/libupmq.ilk
distr/lib/simpleconsumer.exp
distr/lib/simpleproducer.exp
/libcds/
/build-eclipse/
VERSION.txt
COMMIT.txt
/build/
/cmake-build-debug-x64/
/.kdev4/
*.kdev4
/kdevelop-build/
/cmake-build-debug_x86/
/cmake-build-release/
/cmake-build-debug_72/
/cmake-build-debug_asan/
/cmake-build-debug-llvm/
/cmake-vs-build/
/cmake-vs-x64-build/
/.vs/
/cmake-build/
/cmake-Debug-build/
/cmake-Release-build/
/cmake-build-debug-cygwin/
/cmake-build-release-cygwin/
/cmake-build-debug-system/
/cmake-build-release-system/
/cmake-build-relwithdebinfo-system/
/cmake-build-debug-wsl/
/cmake-build-release-wsl/
/cmake-build-debug-msvc/
/cmake-build-debug-wsl-clang-analyze/
/cmake-build-relwithdebinfo/
/cmake-build-debug-xcode/
/cmake-build-xcode/
/cmake-vsc-build/
/cmake-build-debug-asan/
/cmake-build-debug-remote/
/cmake-build-relwithdebinfo-remote/
/cmake-build-debug-tsan/