We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 342fb52Copy full SHA for 342fb52
.gitignore
@@ -0,0 +1,18 @@
1
+# Object files
2
+*.o
3
+*.ko
4
+
5
+# Libraries
6
+*.lib
7
+*.a
8
9
+# Shared objects (inc. Windows DLLs)
10
+*.dll
11
+*.so
12
+*.so.*
13
+*.dylib
14
15
+# Executables
16
+*.exe
17
+*.out
18
+*.app
README.md
@@ -0,0 +1,4 @@
+fastdebug
+=========
+A C library made for Environment Canada's GEMMACH code (though it'll work anywhere) to do fast low level debugging of multiple processes.
0 commit comments