diff options
Diffstat (limited to 'programs/.gitignore')
| -rw-r--r-- | programs/.gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/programs/.gitignore b/programs/.gitignore new file mode 100644 index 000000000000..eeaf051d6edf --- /dev/null +++ b/programs/.gitignore @@ -0,0 +1,32 @@ +# local binary (Makefile) +zstd +zstd32 +zstd-compress +zstd-decompress + +# Object files +*.o +*.ko +default.profraw +have_zlib + +# Executables +*.exe +*.out +*.app + +# Default result files +dictionary +grillResults.txt +_* +tmp* +*.zst +result +out + +# fuzzer +afl + +# Misc files +*.bat +dirTest* |
