diff options
| author | EuAndreh <eu@euandre.org> | 2024-02-29 03:46:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-02-29 03:46:34 -0300 |
| commit | 66dd8edd400a3079cae9146404a9485ebeaa4027 (patch) | |
| tree | 8b8fe4e2c9e2e1d6c7a7c8e8a3de501394868754 /.gitignore | |
| parent | git rm doc/pindaiba.{CHANGELOG,README,TODOs}.en.7.in (diff) | |
| download | pindaiba-66dd8edd400a3079cae9146404a9485ebeaa4027.tar.gz pindaiba-66dd8edd400a3079cae9146404a9485ebeaa4027.tar.xz | |
Makefile: Use .a over .xa for executable archives
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ /src/config.h /src/*.o /src/*.to -/src/*.xa +/src/*.a /src/*.bin /src/*.c.txt /src/*.cat /doc/*.[0-9] /tests/fuzz/*.o -/tests/fuzz/*.xa +/tests/fuzz/*.a /tests/fuzz/*.bin /tests/fuzz/corpus/ /tests/slurp.o |
