.gitignore
| 1 | # SPDX-FileCopyrightText: 2021 Julien Lepiller <julien@lepiller.eu> |
| 2 | # |
| 3 | # SPDX-License-Identifier: CC0-1.0 |
| 4 | |
| 5 | *.go |
| 6 | *.log |
| 7 | configure |
| 8 | config.status |
| 9 | Makefile |
| 10 | Makefile.in |
| 11 | aclocal.m4 |
| 12 | autom4te.cache |
| 13 | install-sh |
| 14 | missing |
| 15 | pre-inst-env |
| 16 | scripts/gitile |
| 17 |