.gitignore
| 1 | /INSTALL |
| 2 | /Makefile |
| 3 | /Makefile.in |
| 4 | /aclocal.m4 |
| 5 | /autom4te.cache |
| 6 | /build-aux |
| 7 | /config.log |
| 8 | /config.status |
| 9 | /configure |
| 10 | /env |
| 11 | *.go |
| 12 | *~ |
| 13 | .dirstamp |
| 14 | stamp-vti |
| 15 | /config.cache |
| 16 | /test-suite.log |
| 17 | /tests/*.log |
| 18 | /tests/*.trs |
| 19 | /doc/*.html |
| 20 | /doc/*.info |
| 21 | /doc/version.texi |
| 22 | /schema.org/vocabulary.scm |
| 23 |