Skip to content

Commit 8225ae7

Browse files
yschimkeMateusz Machalica
authored andcommitted
Generate a www.gitignore.io .gitignore file (#19)
1 parent 94d6421 commit 8225ae7

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
144
/build
45+
/reactivesocket-cpp/CTestTestfile.cmake
46+
/reactivesocket-cpp/ReactiveSocketTest
47+
/reactivesocket-cpp/compile_commands.json
48+
/reactivesocket-cpp/external/

0 commit comments

Comments
 (0)