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 dac0e86 commit f2c20a8Copy full SHA for f2c20a8
.gitignore
@@ -1,12 +1,29 @@
1
+Testing
2
+install_manifest.txt
3
+_deps
4
+
5
+# CMake:
6
CMakeLists.txt.user
7
CMakeCache.txt
8
CMakeFiles
9
CMakeScripts
-Testing
-Makefile
10
cmake_install.cmake
-install_manifest.txt
11
compile_commands.json
12
CTestTestfile.cmake
-_deps
13
build/
14
15
+# GNU Autotools:
16
+Makefile
17
+Makefile.in
18
+aclocal.m4
19
+autom4te.cache/
20
+config.log
21
+config.status
22
+configure
23
+depcomp
24
+install-sh
25
+missing
26
+src/.deps/
27
+src/Makefile.in
28
+src/*.o
29
+src/sonar_scanner_example
0 commit comments