.gitignore
1 | Makefile |
2 | Makefile.in |
3 | aclocal.m4 |
4 | autom4te.cache/ |
5 | config.log |
6 | config.status |
7 | configure |
8 | install-sh |
9 | mdate-sh |
10 | missing |
11 | pre-inst-env |
12 | *.go |
13 | config.scm |
14 | |
15 | *.log |
16 | *.trs |
17 | tap-driver.sh |
18 | test-driver |
19 | tests/compact.scm |
20 | tests/coverage.scm |
21 | tests/expand.scm |
22 | tests/flatten.scm |
23 | tests/html.scm |
24 | tests/remote-doc.scm |
25 | tests/report.scm |
26 | tests/tordf.scm |
27 | tests/fromrdf.scm |
28 | reports |
29 |