Skip to content

Commit 342fb52

Browse files
committed
Initial commit
0 parents  commit 342fb52

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fastdebug
2+
=========
3+
4+
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

Comments
 (0)