We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86922ae + 63c110e commit 96a4472Copy full SHA for 96a4472
C++.gitignore
@@ -21,6 +21,8 @@
21
*.so
22
*.dylib
23
*.dll
24
+*.so.*
25
+
26
27
# Fortran module files
28
*.mod
@@ -37,5 +39,31 @@
37
39
*.out
38
40
*.app
41
42
+# Build directories
43
+build/
44
+Build/
45
+build-*/
46
47
+# CMake generated files
48
+CMakeFiles/
49
+CMakeCache.txt
50
+cmake_install.cmake
51
+Makefile
52
+install_manifest.txt
53
+compile_commands.json
54
55
+# Temporary files
56
+*.tmp
57
+*.log
58
+*.bak
59
+*.swp
60
61
+# vcpkg
62
+vcpkg_installed/
63
64
# debug information files
65
*.dwo
66
67
+# test output & cache
68
+Testing/
69
+.cache/
0 commit comments