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*.framework 16*.xcframework 17 18# Executables 19/zstd 20zstdmt 21*.exe 22*.out 23*.app 24 25# Test artefacts 26tmp* 27*.zst 28*.zstd 29dictionary. 30dictionary 31NUL 32cmakebuild/ 33install/ 34 35# Build artefacts 36contrib/linux-kernel/linux/ 37projects/ 38bin/ 39.buckd/ 40buck-out/ 41build-* 42*.gcda 43 44# IDE 45.clang_complete 46compile_flags.txt 47.clang-format 48 49# Other files 50.directory 51_codelite/ 52_zstdbench/ 53*.idea 54*.swp 55.DS_Store 56googletest/ 57*.d 58*.vscode 59*.code-workspace 60compile_commands.json 61.clangd 62perf.data 63perf.data.old 64