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 3219898 commit e2e1e84Copy full SHA for e2e1e84
.gitignore
@@ -0,0 +1,11 @@
1
+# CMake build directories
2
+/build/
3
+/CMakeFiles/
4
+/CMakeCache.txt
5
+
6
+# Output binaries and libraries
7
+*.o
8
+a.out
9
10
+# Generated files
11
+Makefile
0 commit comments