| 1 | # Developer stuff |
| 2 | corpus/ |
| 3 | *.bz3 |
| 4 | etc/bitflip |
| 5 |
|
| 6 | # Editor stuff |
| 7 | .vscode/ |
| 8 | *~ |
| 9 | tags |
| 10 |
|
| 11 | # Generated |
| 12 | *.o |
| 13 | *.lo |
| 14 | *.la |
| 15 | *.so |
| 16 | bzip3 |
| 17 | bzip3-* |
| 18 | .version |
| 19 | LICENSE2 |
| 20 | .version-prev |
| 21 | LICENSE2 |
| 22 |
|
| 23 | # Autotools |
| 24 | .deps/ |
| 25 | .libs/ |
| 26 | .dirstamp |
| 27 | /aclocal.m4 |
| 28 | /config.log |
| 29 | /config.status |
| 30 | /configure |
| 31 | /libtool |
| 32 | Makefile |
| 33 | Makefile.in |
| 34 | autom4te.cache/ |
| 35 | /build-aux/* |
| 36 | !/build-aux/ax_build_date_epoch.m4 |
| 37 | !/build-aux/ax_check_compile_flag.m4 |
| 38 | !/build-aux/ax_pthread.m4 |
| 39 | !/build-aux/ax_progvar.m4 |
| 40 | !/build-aux/ax_subst_man_date.m4 |
| 41 | !/build-aux/ax_transformed_package_name.m4 |
| 42 | !/build-aux/git-version-gen |
| 43 | bzip3.pc |
| 44 |
|
| 45 | examples/hl-api |
| 46 |
|
| 47 | examples/compress-file |
| 48 |
|
| 49 | examples/decompress-file |
| 50 |
|
| 51 | examples/fuzz |
| 52 | examples/afl_in |
| 53 | examples/afl_out |
| 54 |
|
| 55 | bz3grep.1 |
| 56 |
|
| 57 | bz3less.1 |
| 58 |
|
| 59 | bz3more.1 |
| 60 |
|
| 61 | bz3most.1 |
| 62 |
|
| 63 | bzip3.1 |
| 64 |
|