1# Object files 2*.o 3*.ko 4*.dSYM 5 6# Libraries 7*.lib 8*.a 9 10# Shared objects (inc. Windows DLLs) 11*.dll 12*.so 13*.so.* 14*.dylib 15 16# Executables 17/zstd 18zstdmt 19*.exe 20*.out 21*.app 22 23# Test artefacts 24tmp* 25*.zst 26*.zstd 27dictionary. 28dictionary 29NUL 30 31# Build artefacts 32projects/ 33bin/ 34.buckd/ 35buck-out/ 36build-* 37*.gcda 38 39# Other files 40.directory 41_codelite/ 42_zstdbench/ 43.clang_complete 44*.idea 45*.swp 46.DS_Store 47googletest/ 48*.d 49*.vscode 50*.code-workspace 51compile_commands.json 52.clangd 53