We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6421 commit 8225ae7Copy full SHA for 8225ae7
.gitignore
@@ -1 +1,48 @@
1
+# Created by https://www.gitignore.io/api/cmake,c++
2
+
3
+### CMake ###
4
+CMakeCache.txt
5
+CMakeFiles
6
+CMakeScripts
7
+Makefile
8
+cmake_install.cmake
9
+install_manifest.txt
10
11
12
+### C++ ###
13
+# Compiled Object files
14
+*.slo
15
+*.lo
16
+*.o
17
+*.obj
18
19
+# Precompiled Headers
20
+*.gch
21
+*.pch
22
23
+# Compiled Dynamic libraries
24
+*.so
25
+*.dylib
26
+*.dll
27
28
+# Fortran module files
29
+*.mod
30
31
+# Compiled Static libraries
32
+*.lai
33
+*.la
34
+*.a
35
+*.lib
36
37
+# Executables
38
+*.exe
39
+*.out
40
+*.app
41
42
+### Project ###
43
44
/build
45
+/reactivesocket-cpp/CTestTestfile.cmake
46
+/reactivesocket-cpp/ReactiveSocketTest
47
+/reactivesocket-cpp/compile_commands.json
48
+/reactivesocket-cpp/external/
0 commit comments